HTML Tutorial - Headings
๐ฐ Headings - Titles Banana
๐ Newspaper Structure:
H1 = Main headline (biggest)
H2 = Section heading
H3 = Sub-section
...H6 tak (smallest)
๐ฏ 6 Levels
h1 to h6
<h1>Sabse Bada</h1>
<h2>Section</h2>
<h3>Sub-section</h3>
<h4>Smaller</h4>
<h5>Even Smaller</h5>
<h6>Smallest</h6>
โ ๏ธ Rules:
- Har page par sirf ek h1
- Hierarchy follow karo (h1โh2โh3)
Example
<h1>Main Title</h1>
<h2>Section</h2>
<h3>Sub-section</h3>