HTML FOR BEGINNERS
About Lesson

Headings

In HTML, headings are marked by the <h> tag. They run from <h1>, <h2> and so on up to <h6> with <h1> being the hihgest or  most important in the hierachy. Remember, these also have to be closed. Below is an illustration of the heading tag.

Paragraphs

Paragraphs are marked with the <p> tag. This also has to be closed at the end of each paragraph. In the example below, notice the paragraphs in pic 1 and notice the tags used to mark the paragraphs (pic2)