How to use Headings Tags in HTML? :-
HTML headings used for defining heading in HTML document .
There are six level of headings (h1 to h6). h1 tag defines highest level of heading and h6 tag defines lowest level of heading.
Heading tag also have a attribute align with value left, right, center. It has opening and ending tag that means it is container tag.
Following code will explain six level of heading in HTML :-
Output:-
Comments
Post a Comment