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

Main _________________

Basic
_________________

What is HTML

The HTML

Creating Your HTML Page

LIST
This is the true Basics of HTML. I am going to tell you how webmasters like me does this <a href="#">text</a>. Instead of this text. Well we use this sign < like this, &lt;, and this sign > as this &gt;, and this sign " as this &quot, and this sign & as this &amp;.

BASIC
*NOTE* < & > are called Angle Brackets
< you would put &lt;
> you would put &gt;
& you would put &amp;
" you would put &quot;



CLOSING
/ or \ with that sign you can close a text like this </a> on a link you would close.
with out / or \ your links will look like this. EXAMP: Go here to get ADV. and Basic HTML!
when you want it to look like this.EXAMP:Go here to get ADV. and Basic HTML!


TITLES
O.K TITLES are not the heading but whats above the heading. when you are on pure HTML you would use this, <title>Your Title</title>.
If you want a HEADING You would put <h1>Your Heading</h1>.
Now if you want a subheading you would use this (under heading)<h2>Your Subheading</h2>.
This is A Subheading for your Subheading or a smaller Subheading. This you would put <h3>Your Text</h3>.