LESSON 10: Headings

This lesson will teach you how to make headings for your webpage. These are good for titles, sub-titles, etc. They are VERY easy to make!

There are 6 different headings, the only difference is size. All you need to know to make headings are the tags:

Largest Heading:<H1>
Large Heading:<H2>
Medium Heading:<H3>
Small Heading:<H4>
Smaller Heading:<H5>
Smallest Heading:<H6>

Don't forget the ending tags, <H#> where # is 1-6, depending on which heading you are using.

This is an <H1>

This is an <H2>

This is an <H3>

This is an <H4>

This is an <H5>
This is an <H6>
Headings automatically create new paragraphs before and after, so you do not need to insert <P>'s, although it will not hurt if you do.

For example, here is the code I used for the beginning of this web page:

<CENTER>
<h1>LESSON 10: Headings</h1>
</CENTER>

This lesson will teach you how to make headings for your webpage.
These are good for titles, sub-titles, etc. They are <B>VERY</B>
easy to make!

Easy enough, isn't it? Next lesson will probably a little more complicated.. or maybe A LOT, depending on what I decide to do. I'm thinking about tables... we'll see.


Forward to Lesson 11: under construction
Back to Lesson 9: Lists
Back to the Contents

E-mail me.