HTML heading tags overview.
HTML heading tag
Every document is represented with the heading.
Heading tag is the head of every document that show the whole about document.
In HTML heading has six types of headings.
Example:
This is Heading
h1, h2, h3, h4, h5, h6
HTML Document:
This is h1 heading.
This is h1 heading.
This is h1 heading.
This is h1 heading.
This is h1 heading.
This is h1 heading.
Output:
Comments
Post a Comment