Site hosted by Angelfire.com: Build your free website today!

HTML Basics: Quick References

<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>
<TR>
<TD>
<img src="imagelocation.gif"></TD> </TR>
</TABLE>

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:
Just add in your e-mail address in place of the black text.
Send e-mail to
<a href="mailto:webmaster@extreme-mac.com">webmaster@extreme-mac.com</a>
This will look like this:
Send e-mai l to webmaster@extreme-mac.com
If you wish to add a comment into your html code, so that when people view the code, they will see the text, but it won't show up on your web page use this:
<!-------This web page and html code was made by Joel Mueller----->
(IT doesn't matter how many'-----'dashes you have)
To add many special characters that usually wouldn't be viewable if you just typed them in normal use codes below:

Special Characters
<=& lt;
>=& gt;
&=& amp;
"=& quot;
Trademark ®=& #174;
Copyright ©=& #169;