4.11 Text processing - HTML |
HTML (HyperText Mark-up Language), through the WEB, has become in the last few years, the primary way of distributing information on UNIX-based systems. A March 1997 survey indicated that about 70% of the servers in the WWW (World Wide Web) are running on UNIX systems.
For this lab, I would like you to:
index.html
. This file needs to have
HTML in it. The HTML needs to have at least the following features:
<html>
and </html>
tags
<head>
and </head>
tags
<body>
and </body>
tags
<title>
and </title>
tags
<a
...and
</a>
tags.
index.html
are at least
world read.
http://gort.edu-domain.pima.edu/~user-name
or
http://gort.edu-domain.pima.edu/~user-name/index.html
Turn in the source html and your printed results marked with:
your-name TABER CIS137 Lab 4.11: HTML lab
Instructor: Louis Taber, louis.taber.at.pima at gmail dot com (520) 206-6850
My web site in Cleveland, OH
The Pima Community College web site
4.11 Text processing - HTML |