This is the smallest header.

This is the largest header.

This is "default" text.
This is a "code" sample.
This is a "keyboard" sample.
This is a "typewriter" sample.
This is a "underscored" sample.

This is a "emphasis" sample.
This is a "italics" sample. Yes, they are the same.
This is a "strong" sample.
This is a "bold" sample. Yes, they are the same too.
This is a Subscript sample.
This is a Superscript sample.

Here is a basic link to the MIT 220 site.
You will notice that I have many breaks
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
breaks.
Here is an image:
Finally, here is a horizontal line:

Now, here is what this page looks like in code: 

<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>


Back to HTML tags.

Back to HTML Lesson 1.

Back to HTML home