HTML Help!
HTML is short for hypertext markup language. It is used for lotz of things, infact, I used it to make this page!! In HTML things have to have a begining and end. Like this:
<p>WRITING GOES IN HERE!</p>
The / (slash) kinda means end. That code means "paragraph".
If you want to put a header on your page (you can put as many headers as you want on your page, I like to have one header per paragraph), there are many ways to do it. I like to use
<h1></h1>
That means "header one". Less important headers can be
<h2></h2>
but you can use "header 1 more than once.
Below is a list of some html code and the meanings:
Letter Styles:
<b>Writing goes here!</b> =bold
<u>Writing goes here!</u> =underline
<i>Writing goes here!</i> =italic
More Codes and help coming soon. If you have any quiestions please post in the forum.
bravenet.com