|
<FONT SIZE=1>Font size 1</FONT> <FONT SIZE=2>Font size 2</FONT> <FONT SIZE=3>Font size 3</FONT> <FONT SIZE=4>Font size 4</FONT> <FONT SIZE=5>Font size 5</FONT> <FONT SIZE=6>Font size 6</FONT> <B>Bold</B> <I>Italic</I> <U>Underline</U> <P ALING=Left>align left</P> <P ALIGN=Center>align center</P> <P ALIGN=Right>align right</P> <FONT COLOR="000000">Black</FONT> <FONT COLOR="0000DD>Blue</FONT> <FONT COLOR="0099FF>Cyan</FONT> <FONT COLOR="33CC33>Green</FONT> <FONT COLOR="99FF66>Light Green</FONT> <FONT COLOR="DD0000>Red</FONT> <FONT COLOR="FF3366>Light Red</FONT> <FONT COLOR="FFFF00>Yellow</FONT> <FONT COLOR="FFFF66>Light Yellow</FONT> <FONT COLOR="663300>Brown</FONT> <FONT COLOR="996633>Light Brown</FONT> <FONT COLOR="990099>Deep Purple</FONT> <FONT COLOR="FF0024>Magenta</FONT> <FONT COLOR="555555>Dark Grey</FONT> <FONT COLOR="777777>Light Grey</FONT> <FONT COLOR="FFFFFF>White</FONT> <S>Strike Trough Text</S> <Q>Short Quotation</Q> <BLINK>Blinking</BLINK> <dd>indent paragraph <P>new paragraph <HR>add horizontal line <BR>Line Break <a href="http://www.geocities.com/SiliconValley/7398/">This is the Hypertexted Link</a> |
Unordered List (Dotted)
|
<UL> <LI>First row <LI>Second row </UL> |
Preformatted Text
<PRE>
This will stay as written exactly</PRE> |
3D Table
|
<TABLE BORDER=10 CELLSPACING=3 CELLPADDING=10> <TR><TD>Extreme</TD> <TD>Mac</TD></TR> <TR><TD>Extreme</TD><TD>Mac</TD></TR> </TABLE> |
Table with image inside it
|
<TABLE BORDER=4 CELLPADDING=0> |
Misc. Extras
|
In the chapter I'll show you some small tidbits of html that will probably want to include on your web page.
If you want to have a link that when a user clicks on it, a window is brought up for them to e-mail you, use this line of code: |
Special Characters
|
<=& lt; >=& gt; &=& amp; "=& quot; Trademark ®=& #174; Copyright ©=& #169; |