Pages

Subscribe:

Ads 468x60px

Monday, May 21, 2012

how to use heading tag in html

in this web programming tutorial we will learn that how we can use heading tag heading in a html page.
headings are very important part of any web page. it is used to display different type of heading in HTML document
heading tag is a pair tag, pair tag means every opening tag must have a closing tag.
see the below code of heading tags. it has 6 types as follows

this is heading type 1

this is heading type 2

this is heading type 3

this is heading type 4

this is heading type 5
this is heading type 6
Output

this is heading type 1

this is heading type 2

this is heading type 3

this is heading type 4

this is heading type 5
this is heading type 6

No comments:

Post a Comment