Question: <head> AND <header> tags | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

Question: <head> AND <header> tags

Can anyone explain the main differences betweend the <head> and <header> tags, please? I would be very grateful.

30th Jul 2017, 8:16 AM
Burak Caliskan
Burak Caliskan - avatar
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.
30th Jul 2017, 8:42 AM
Dev
Dev - avatar