Basic HTML version of Foils prepared 11 May 1997

Foil 15 Completing your Web Page

From Introduction to HTML--ECS400 fall 97 ECS400 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

You should always add your address to the bottom of any HTML page you create, so people know how to contact you with questions or comments.
There is an address tag for this, which just puts the text in italics. Usually people separate this from the rest of the text by a horizontal line.
<hr>
<address> This page maintained by the staff of the Oriental Rug Co., Learbury Building, Syracuse NY. Please send comments to oriental@aol.com.
</address>
Or you can use the convenient "mailto" feature:
Please send comments to <a href="mailto:oriental@aol.com">oriental@aol.com. </a>
People often put a copyright symbol, or an anchor to a copyright notice here. (Copyright issues are still being debated.)
If the page has information that changes frequently, you may wish to put a notice "Last updated on 1/5/95".



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Aug 26 1997