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 7The default font size is three. Heading Level 1Heading Level 2Heading Level 3Heading Level 4Heading Level 5Heading Level 6Note 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">.<BR> The Mailto tag allows users to send Email to <A HREF="mailto:cbalch@uvi.edu">you</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. |
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.
Here is an ordered list.
|