Headings
Heading defines the format and structure of a document. There are six heading
tag
Example:
Any text inside these tags is displayed differently depending on the heading number.
- <h1>…… </h1> is largest heading tag and <h6>……. </h6> is smallest.
- Heading get their own line on the web pages by starting from a new line.
Note : -