Page Two
In this section you will learn more tags and how they work.
Ok First thing is:
Remember... What ever you type in WITHOUT a tag will be typed on the page.
The next tag will be "h".
Ok "h" is header, like it changes the size of the font.
like this:
EXAMPLE
EXAMPLE
that is how it works.
now this is the example:
<html>
<h1>
Example
</h1>
</html>
Just put text between the "h1" and "/h1" and it will go big.
"h1" Is the largest one and "h6" is the smallest.
Don't ask me why it is like that, ask the people that invented HTML and Internet.
The next tag is "center".
"center" as you proberly think cnters any text between the "center" and "/center".
Here is the example:
<html>
<center>
Example
</center>
</html>
That is how a simple html center tag works.
Last Page
Next Page