Hello ! What is the difference between <head> and <header> in Html5 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

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

21st Aug 2020, 9:30 AM
Niyokwizera Pacifique
Niyokwizera Pacifique - avatar
3 Respostas
+ 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