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

HTML Basics: Putting Tags Together

<FONT SIZE="10" FACE="Comic Sans MS" COLOR="green">

Blinking Text:-(Only Works In Netscape)
<BLINK></BLINK> (Makes the Text FLASH)

INSERTING IMAGES:
*Use JPEG or GIF format only
*Use lower case file names
*Do not use any spaces in your file names

To Create An Ordered (NUMBERED) List:
<H1>Title of Your List</H1>(Heading 1)
<OL TYPE-X> (X=1 Roman Numerals X=A Alphabetic X=1 Numeric)
<LI> (LIST ITEMS GO HERE)
<LI>
<LI>
<LI>
<LI>
</OL>