♦ HTML Heading
♣ About HTML Heading
We will explore types Heading tags in this chapter.These tags are commonly used for purpose of heading(as its name suggest) texts.
♣ Example1: HTML Heading Types
There are six types of heading tags from h1 to h6, with h1 being biggest and h6 being smallest.Heading Type | Size (in pixels) |
---|---|
h1 | 32 |
h2 | 24 |
h3 | 18.72 |
h4 | 16 |
h5 | 13.28 |
h6 | 10.72 |
Example
Input: Six different headings
Output: Six different outputs