0
Differentiate between head and header tag?
2 odpowiedzi
+ 2
<header> is a semantic tag added in HTML5. It's the HTML5 equivalent of using <div class="header"> for a header element in your page.
+ 1
Head contains all the unseen content such as meta tags or title. Header is tags <h1>-<h6> each one being a header of different size.