| |
Heading Tag
A heading tag is an HTML formatting tag that is used to enhance the overall look of web pages. The tag enlarges the text that follows it, to create the look of a title/heading.
There are 6 sizes of heading tags: 1 being the largest and 6 being the smallest. The heading tag is defined as one of the following in size order, largest to smallest: <H1>, <H2>, <H3>, <H4>, <H5> or <H6>.
|
|