Skip to content Skip to sidebar Skip to footer

HTML Headings Tags

HTML Heading Tags:-
    HTML Heading Tags are used to define the title or heading, Main Heading, Sub Heading and etc...  Every heading are define inside the <H1>.....<H6> and </H1>......</H6> tags. every headings are having various size. We can use depend on our situations.

Syntax:- 
<H1>Contents</H1>
<H2>Contents</H2>
<H3>Contents</H3>
<H4>Contents</H4>
<H5>Contents</H5>
<H6>Contents</H6>



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-

Heading tag
 

Post a Comment for "HTML Headings Tags"