G jobs

Thursday, October 1, 2009

HTML IN SIMPLE STEPS (PART II)

Working with Heading

The heading tags are used to create heading similar to those in newspapers and magazines. These are specified in section of an html document.

There are six levels of headings from heaing h1 to heading h6. The h1 is the largest heading and h6 is the smallest heading,

1. To display a word or phrase as a heading place an opening heading tag in front of it:

This is a Heading Level 1

This is heading Level 2

This is Heading Level 3

This is Heading Level 4

This is heading level 5

This is Heading Level 6


2. Place the corresponding closing heading tag after the word or phrase to specify end of a heading.

This is Heading Level 1


This is Heading Level 2


This is Heading Level 3


This is Heading Level 4


This is Heading Level 5

This is heading Level 6


The
tag is used to specify a link break.

No comments:

Post a Comment