"code"
sample. <HTML>
<Head>
<Title>Samples</Title>
<Body>
</Head>
<H6>This is the smallest header.</H6>
<H1>This is the largest header.</H1>
This is "default" text.<br>
This is a <Code>"code"</Code> sample.<br>
This is a <KBD>"keyboard" </KBD>sample.<br>
This is a <TT>"typewriter"</TT> sample.<br>
This is a <U>"underscored"</U> sample.<br>
<br>
This is a <em>"emphasis"</em> sample.<br>
This is a <i>"italics"</i> sample.
Yes, they are the same. <br>
This is a <strong>"strong"</strong> sample.<br>
This is a <b>"bold"</b> sample. Yes, they are the same too. <br>
This is a<SUB> Subscript</SUB> sample.<br>
This is a<SUP> Superscript</SUP> sample.<br><br>
Here is a basic link to the <A HREF="http://instruct.uwo.ca/mit/220">
MIT 220 </A>site.<br>
You will notice that I have many breaks <br>
in this document. This is so that I don't have one long huge line of text going
all the way across the screen. You see, you have to have <br>
breaks.<br>
Here is an image: <IMG SRC="http://instruct.uwo.ca/mit/220/images/wrestle.jpg">
<br> Finally, here is a horizontal line:<br> <HR>
</body>
</HTML>