HTML Headings



 

HTML headings are used to define the titles and subtitles on a webpage, organizing content hierarchically. There are six levels of headings, from <h1> to <h6>, with <h1> being the most important (usually the main title) and <h6> being the least important.


Short Form of HTML Headings
<h1>Main Heading</h1>
<h2>Subheading 1</h2>
<h3>Subheading 2</h3>
<h4>Subheading 3</h4>
<h5>Subheading 4</h5>
<h6>Subheading 5</h6>


Post a Comment

0 Comments