+ 7
Head tag:
The HTMLÂ <head>Â element provides general information (metadata) about the document, including its title and links to/definitions of scripts and style sheets.Â
Header tag:
The HTMLÂ <header>Â element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on.Â
-
In other words; the head tag is used for document title, styling, scripts, etc.
Whereas the header tag is used for headers as seen in articles.