<head>
<title>My Sample Page</title>
</head>
< body bgcolor="#D8D8BF" text="#D98719" link="#2F2F4F" vlink="#4E2F2F">
<center>
<h1>This is my sample page.</h1>
</center>
<p>
<p>
<hr size=10>
<p>
<p>
<h3>You can put graphics up.
<p>
<img src="http://www.public.asu.edu/~bmmaid/bmaid.jpg" alt="Barry Maid">
<img src="http://www.public.asu.edu/~bmmaid/bmaid.jpg" width=100 height=50>
<p>
<p>
Or, you can link to other exciting websites.</h3>
< a href="http://www.poly.asu.edu"> Arizona State University Poly </a>
<p>
<strong> < a href="http://www.stc.org/">Surprise!!</a> </strong>
<p>
<p>
To see how this page looks in html < a href="code.html"> click here</a>.
</body>
</html>