If you choose the Back link, you will go back to the samples in their graphically displayed form on your web browser
FONT SIZE
These are samples of <FONT SIZE=+#> </FONT SIZE=+#>
tags:
<FONT SIZE=+5>This is a font size of +5
</FONT SIZE=+5>;<BR>
Back
<FONT SIZE=+4>This is a font size of +4 </FONT
SIZE=+4>;<BR>
<FONT SIZE=+3>This is a font size of +3 </FONT
SIZE=+3>;<BR>
<FONT SIZE=+2>This is a font size of +2 </FONT
SIZE=+2>;<BR>
<FONT SIZE=+1>is is a font size of +1 </FONT
SIZE=+1>;<BR>
This is normal text with no font size ;<BR>
TEXT
This is a sample of text typed with no tags:
This is a sample of text typed in with no special formatting. The text
wraps Back
This is sample of text typed in with no special formatting. The text wraps.
This is a sample of text typed in with no special formatting. The text
wraps. This is a sample of text typed in with no special formatting. The
text wraps.
PREFORMATTED TEXT
This is a sample of text, typed with the <PRE> </PRE>
tags:
<PRE>This is a sample of<B> preformatted text</B> Back
that will view as it is typed, with spaces, tabs, etc. It does not wrap.
This is a sample preformatted text that will view as it is typed, with
spaces, tabs, etc. It does not wrap. This is a sample preformatted text that will view as it is typed, with
spaces, tabs, etc. It does not wrap.
</PRE>
TEXT SPACING
Break Line Spacing
This is a sample of text with the <BR> tag at the end of the
line:
This is a sample of text with a line break at the end of each
line.<BR> Back
This is a sample of text with a line break at the end of each line.<BR>
This is a sample of text with a line break at the end of each
line.<BR>
You can add more vertical space between lines by inserting more <BR> tags
<BR>
<BR>
This is a sample of text with 2 <BR> tags between this line and the line above
<BR>
<BR>
<BR>
<BR>
This is a sample of text with 4 <BR> tags between this line and the line above
LIST FORMATS
Bulleted List
This is a sample of a bulleted list, using the <UL> and <LI>
tags Back
<UL>
<LI>Bullet 1
<LI>Bullet 2
<LI>Bullet 3
</UL>
Numbered List
This is a sample of a numbered list, using the <OL> and <LI>
tags Back
<OL>
<LI>Item 1
<LI>Item 2
<LI>Item 3
</OL>