h1 Tag in HTML
<h1> to <h6> HTML elements are six levels of heading sections , being h1 is highest and h6 is lowest
Notes:
avoids using multiple <h1> tags on one page ( as long as they are not nested)
Don't use the heading element to resize text, instead use the CS...
nareshyella.hashnode.dev1 min read