Sample Home Page
Sample Home Page for EECS Classes
Instructors can copy this document to the standard location in a class
master account and then modify it. For example, an instructor could
set up a sample home page with these commands:
% mkdir ~/public_html ~/public_html/fa05
% cp /share/b/pub/sample.class.html ~/public_html/fa05/index.html
% chmod 751 ~/public_html/fa05
% chmod 644 ~/public_html/fa05/index.html
Home pages are formatted using the HTML markup language. HMTL formatting
tags are enclosed in < > characters and may be upper or lower case
characters. Here's a quick tutorial on HTML.
The basic structure of an HTML document is:
Some useful tags are:
start a new paragraph
force a new line
draw a horizontal line
display text "as is", without HTML formatting
...
< /XMP>
start a list item ( end tags not required)
To set up a menu like this:
type this:
For information on writing home pages (these may not always be available):
- sign and date the document here
Last change: December 2, 2006