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

HTML Help

Lets Start With the Basics
Now, to create the look you want for your website, you need to use HTML tags to tell the web browsers how to make the page look. HTML tags start with < and end with >. Now, when you start a tag, you have to end a the closing tag. Now, what does that mean you ask? Well, if you start a tag with < b > --- after all the text, you have to end with .< /b > (The / closes the tag.)
Altering the way text looks:

BOLD TEXT:

result:
text here


ITALIC TEXT:

result:
text here


UNDERLINED TEXT:

result:
text here


Now, you can do more then one thing at a time:

result:
text here


want the text bigger or smaller? Do this:


result:
text here


result:
text here


result:
text here


result:
text here




More Comming soon, check back later!