Goals
Today you'll get only a brief overview of a very big subject.
In this unit you will learn how
- web servers work on the internet
- HTML markup affects format
- images are included in text
- file resources are linked in a single static page
In addition, you will learn to
- Write some simple HTML making a static
web page to view in a browser on your computer
- Place files in a directory that can be accessed by a web server
and adjust file and directory permissions so that the web server may
access them
- Create a simple dynamic web
page.
The assignment for students in GINF5001 this week is to follow these instructions and create a static web page and two or more dynamic web pages.
IMPORTANT: In making your web pages, don't take shortcuts and use programs others may
recommend to you. The goal of this exercise is to master a few "tags" that
perform important basic functions in rendering HTML code into web pages. Bioinformatics
specialists who write the code you use include these very same simple tags
into their programs.
[ Next: Internet Technologies ]
Page last edited February 7, 2006
|