Good HTML Conventions
Server side includes-- using *.shtml instead of *.html
This is “parsed” HTML -- the server does something to the document before it is given to the client.
Useful for many things. Ex. The CS error documents.
Java/JavaScript-- your pages should not require the user to be able to view java or javascript. Ex. The CS/SEAS banners.