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.
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.