0

Hello ! What is the difference between <head> and <header> in Html5

21st Aug 2020, 9:30 AM
Niyokwizera Pacifique
Niyokwizera Pacifique - avatar
3 Answers
+ 3
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 .
21st Aug 2020, 9:32 AM
Matias
Matias - avatar
+ 1
What you write inside head will not shown on your page . But header content are shown inside page.
21st Aug 2020, 2:59 PM
Divya Mohan
Divya Mohan - avatar
+ 1
Can you please show me an example of code using <head>
21st Aug 2020, 3:06 PM
Niyokwizera Pacifique
Niyokwizera Pacifique - avatar