+ 1
Why do we have a heading tag if it's the same thing as using h1, h2 etc
1 Respuesta
+ 2
there is a <header> tag, which sits at the top of your page, normally holds a <div>logo</div> and your <nav> menu . There are no similarities between a header tag and a h1, h2, h3, h4, h5 or h6 the h tags are purely heading tags .