What is the difference between the <head> and <header> tags?
<head>
<header>
The <head> tag contains meta information, while the <header> tag contains navigation, logos, and other page identifying content.
The <head> tag may contain CSS and Javascript links, while the <header> tag may contain headings and navigational links.
There is only one <head> tag per page, while there may be many <header> tags.
all of these answers