Code Result
<B >Bold</B >, <I >Italic</I >, <I ><B >Bold Italic</B ></I> Bold, Italic, Bold Italic
<FONT SIZE="1">This is   size 1</FONT><br>
<
FONT SIZE="2">This is  size 2</FONT><br>
<
FONT SIZE="3">This is  size 3 (default size)</FONT><br>
<
FONT SIZE="4">This is  size 4</FONT><br>
<
FONT SIZE="5">This is  size 5</FONT><br>
<
FONT SIZE="6">This is  size 6</FONT><br>
<
FONT SIZE="7">This is  size 7</FONT><br>
<
H1>Heading Level 1</H1>
<
H2>Heading Level 2</H2>
<
H3>Heading Level 3</H3>
<
H4>Heading Level 4</H4>
<
H5>Heading Level 5</H5>
<
H6>Heading Level 6</H6>
Note that headings automatically start a new line and require an ending tag.
This is  size 1
This is size 2
This is size 3 (default Size)
This is size 4
This is size 5
This is size 6
This is size 7

The default font size is three.

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Note that headings automatically start a new line and require an ending tag.

These are a fully qualified links.  They have a scheme, domain, 
path and filename. The best way to get a link is to copy it
from the location bar in Netscape.
<A HREF="http://www.uvi.edu/cerit/dp.htm">My Class info</A>;  
<A HREF="http://www.uvi.edu/cerit/cbalch.htm">My Home Page</A> 
<P>
Here is a fully qualified example of an image link.
<IMG SRC="http://www.uvi.edu/cerit/boat.jpg" alt="My Boat">.&ltBR>
The Mailto tag allows users to send Email to 
<A HREF="mailto:cbalch@uvi.edu"&gtyou</A>.
These are fully qualified liks. They have a scheme, domain, path and filename. The best way to get a link is to copy it from the location bar in Netscape. My Class info; My Home Page

Here is a fully qualified example of an image link. My Boat.
The Mailto tag allows users to send Email to you.

Here is a bulleted list.
<UL>
<LI>List level 1
<LI>List level 2
<UL>
<LI>List level 2.1
<LI>List level 2.2
</UL>
<LI>List level 3
</UL>
Here is an ordered list.
<OL>
<LI>List level 1
<LI>List level 2
<OL>
<LI>List level 2.1
<LI>List level 2.2
</OL>
<LI>List level 3
<OL>
Here is a bulleted list.
  • List level 1
  • List level 2
    • List level 2.1
    • List level 2.2
  • List level 3

Here is an ordered list.

  1. List level 1
  2. List level 2
    1. List level 2.1
    2. List level 2.2
  3. List level 3