4.12 bc - Extended Precision Calculator4 Labs4.10 Shell script - swapdir4.11 Text processing - HTML

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:

     
  1. Create a subdirectory in your area called public_html.
  2. Make sure the directory permission bits allow both world read and execute on the directory.
  3. Create the file index.html. This file needs to have HTML in it. The HTML needs to have at least the following features:
  4. Make sure the permission bits for index.html are at least world read.
  5. Access your page from a web browser and print it off on a printer. The URL to access your page will be:
    http://gort.wcn.pima.edu/~user-name
    
    or
    http://gort.wcn.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, ltaber(at)uml.lt.Tucson.AZ.us (520) 206-6850
My new web Home page in Cleveland, OH
The Pima Community College web site

4.12 bc - Extended Precision Calculator4 Labs4.10 Shell script - swapdir4.11 Text processing - HTML