HTML Basic Element
Heading Element
The h1 to h6 is the heading element.
The h1 heading element is the big font size.
Heading number goes high, font size will decrease like h1,h2,h3,h4,h5,h6.
Code
<h1> HTML Basic </h1>
<h2> Heading Element </h2>
<h3> Fast Code App...
praveenkumar04.hashnode.dev1 min read