Useful Links

Amphi HTML Page

HTML Help

Colors Graphics
Required tags
All web documents should have the following tags:
<HTML> <HEAD> <BODY>

Thus each HTML document will have the following skeleton format:

<HTML>

<HEAD>

<TITLE>This title will appear at the top of the window</TITLE>

</HEAD>

<BODY>

Important content goes here!

</BODY>

</HTML>

Remember to type all six of these tags before viewing your page. Although some browsers may forgive you if you omit a tag, others may not, causing your page not to display correctly.

This site created and maintained by Christopher Yetman for the Amphitheater School District and is intended for the use of the employees and students of the Amphitheater School District. © 1999 by the Amphitheater School District.