Headings

Heading are used to create large bold text as either page titles or as section titles. Here is an example of use of the heading tags:

Heading 1

is done with <H1>

Heading 2

is done with <H2>

Heading 3

is done with <H3>

Heading 4

is done with <H4>

Heading 5
is done with <H5>

Heading 6
is done with <H6>

Heading 7  

is done with <H7>

You have to end the heading with the </H1> </H2> </H3> </H4> </H5> </H6> </H7>

Other Information

The heading tags can be used with other formatting tags such as centering, font, etc.. If you click on file, page source you can see how I used the headings on this page.

Assignment

Open up your file called "fonts.htm".

Add three headings to the page 3 different heading numbers

Save the file as "heading.htm".

View it using the two browsers to ensure that it all works correctly.

Email it to me.

Back to the outline.
1