👑 Headings: The Giant to the Baby!
HTML provides six levels of titles/headings, from `<h1>` (the biggest, strongest grandparent) to `<h6>` (the tiniest baby text).
Example
1
<h1>Main Title</h1>
2
<h2>Sub-Heading</h2>
HTML provides six levels of titles/headings, from `<h1>` (the biggest, strongest grandparent) to `<h6>` (the tiniest baby text).