Week 2 - Quiz Document
Use this document markup to answer question #4.
<html>
<head>
<title>Test Document</title>
</head>
<body>
<div id="main">
<p class="normal">This is normal text. This is a normal <a href="normal.html">link</a> within normal text.</p>
<p>Three important points to remember:</p>
<ol>
<li>Always be alert.</li>
<li>Never let 'em see you sweat.</li>
<li>Don't worry, be happy!</li>
</ol>
<p class="footer" >
Copyright © 2003 by <a href="http://www.sdm.com">sdm.com</a>, all rights reserved. E-mail me at <a href="mailto:scott@sdm.com">scott@sdm.com</a></p>.
</div>
</body>
</html>