Question: <head> AND <header> tags | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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