HTML Element
The heading elements
Like the paragraph element, heading elements are also used to display text on the screen. They're generally used to create section headings.
<h1> this is heading 1 </h1>
<h2>this is heading 2 </h2>
<h3>this is heading 3 </h3>
<h4...
devpatel.hashnode.dev1 min read