0
Question: <head> AND <header> tags
Can anyone explain the main differences betweend the <head> and <header> tags, please? I would be very grateful.
1 Resposta
+ 7
The head tag is used for holding Meta information, title, links, etc. and is not displayed on the page. The header tag is used within the body of the website and can be used multiple times if required, e.g. to determine the top of an article.