>are called carrots and are contain the information for "tags" necessary to format your site. All tags opened must be closed with a (tag here)>
When you want to type text, you simply type it in where desired.
Then, you can worry about settint up your tags.
Text Tags (don't forget to turn them off with a /!)
*all tages are inside < > and come before (to turn on) and after (to turn off) the desired effect.
<B> Bold<I> Italics<U> Underline<H6> Small Font<H1> Large Font *H1-H6 all work, with H1 being the biggist and H6 the smallest
<Center> Center Text<BR> Break (return to next line) *go to file manager, upload via (single files 8) find your file, and upload it!
Aligning Text<p align=left>aligns a paragraph to the left<p align=center>aligns a paragraph to the center
Images<img src="image.jpg"> inserting an image<image align=right src="image.jpg"> align image to the right<image align=left src="image.jpg"> align image to the left<P align=center><img src="image.jpg"> align image to the center<img src="image.jpg" height=200 width=200> Background Color<body bgcolor=yellow> Change background color Background Image<body background="image.jpg"> Underline body background=image.jpg Font Color<font color=#FF0000> sets font color to color palette Tables<Table> Begins Table<Table width=700 table border=5> sets with and border for table<TR> Begins first table row<TD> Enter Data or picture for first cell</TD> After information for first cell is entered<TD> Enter info for next cell</TD> After information for next cell is entered (you may have as many cells across as desired (within reason)</TR> Ends Row
Linking Table Data<a href="page2.html"> Sets where you want the hot link to go. (comes first)<img src="picture"> sets clickable picture (or you may insert words without carrots.)</a>after words or picture turns off your hot link.
Linking To Outside Web Sites<a href="http://www.tripod.com"> Sets where you want the hot link to go.<img src="image"> Clickable image (or yours) </a> Turns hot link offOrdered (Numbered) and
Unordered Lists<h4>An Unordered List:</h4><ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>
<h4>An Ordered List:</h4><ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol>