Sample HTML
Class demo 8/28/03
<HTML>
<HEAD>
<Title>demo</title>
</HEAD>
<!--type here to type notes.
but it wont show on the website.-->
<Body bgcolor="yellow">
<center>
<font size="20" color="red">Font size is 5</font>
</center><br><br>
just some text.
i'm hungry.<br>
<table border="2">
<tr>
<td>Mark</td>
<td>Anthony</td>
<td>Peterson</td>
</tr>
</table>
<br>
<a href="http://www.google.com">Google</a>
</body>