HTML Heading
HTML headings are used to create headings on a webpage. They range from <h1>to.<h6>. <h1> is the most important heading, and <h6> is the least important heading.
Syntax of the HTML Heading Element
<body>
<h1>This is heading</h1>
<h2>This is hea...
sriparthu1014.hashnode.dev1 min read