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





</font> <p> - Always start designing a page with this tag. It's where your page start. <p> - Ends the html tag. <p> - All your HTML goes between this tag. <p> - Ends the body tag.
<br> - Space your sentences. <p> - Starts a paragraph. </p> - Ends a paragraph. <hr> - This is like a divider.
Title
</center></font> <p> EXAMPLE: <p> RESULT: "Look at the top left hand corner of your broswer" <br> <br> Background Color <xmp> <p> EXAMPLE: <p> RESULT: "Look at the background color"




Fonts Size/Face/Color

<font size="Size">TEXT</font> <font face="face">TEXT</font> <font color="color">TEXT</font> To make things easier, just put all three together - <font size="size" face="face" color="color">TEXT</font> EXAMPLE: <font size="5"><font face="tahoma"><font color="blue">TEXT RESULTS:
TEXT

Note:
-You can put all three codes together.

Marquee
<marquee direction="left">TEXT</marquee>
Example TEXT
<marquee direction="right">TEXT</marquee>
Example TEXT
<marquee behavior="alternate">TEXT</marquee>
Example TEXT


Gifs
<img src="stop.gif" align="left" width="45" height="45">
Example

<img src="stop.gif" align="right" width="45" height="45">
Example

<img src="stop.gif" align="center" width="45" height="45">
Example



home