There was an error while loading. Please reload this page.
HTML headings are titles or subtitles that you want to display on a webpage.
There 6 types of headings in HTML.
<h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<h1> defines the biggest heading. <h6> defines the smallest heading.
<h1>
<h6>
NOTE: Browsers automatically add some white space (a margin) before and after a heading
NOTE: Use HTML headings for headings only. Don't use headings to make text BIG or bold.