<HTML>
<HEAD>
  <TITLE>
    HTML Exercise
  </TITLE>
</HEAD>

<BODY>
<H2>A Basic HTML Exercise</H2>

This page is made up using <B><I>basic HTML tags only</I></B>.<P>

Although we've only covered a small part of the <FONT SIZE=4 COLOR=RED><B><U>HTML language</U></B></FONT> we can still make up a reasonable document. Later we'll learn:<BR>

<FONT SIZE=4 COLOR=BLUE>
How to insert images<BR>
How to link to other pages<BR>
How to align text<BR>
How to create lists and tables<BR>
How to create forms
</FONT>

</BODY>
</HTML>