To Examples

<!DOCclass html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>

<html>

<head>
<title>Sample Homepage</title>
</head>

<body style=font-family: Arial; 
             color: navy; 
             background-color: aliceblue>

<p>Steve Jost<br />
Project 1<br />
April 4, 2006</p>

<h1 style=text-align:center>
Welcome to Steve's Homepage
</h1>

<p>&nbsp;</p>

<h2>Information about Steve</h2>

<p> <strong><em>
Favorite Color:
</em></strong> Blue</p>

<p> <strong><em>
Favorite Animal:
</em></strong> Dog</p>

<p> <strong><em>
Favorite Movie:
</em></strong> The Andromeda Strain</p>

<p> <strong><em>
Names of Steve's Brothers:
</em></strong> Garry and Mark</p>

<p> <strong><em>
Birth State:
</em></strong> Kansas</p>

</body>
</html>