HTML5: Header & footer inside the article tag. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

HTML5: Header & footer inside the article tag.

Hello everyone, Is it considered a good practice to add footer and header to the article tag? Or should I avoid this? ``` <article> <header> </header> <footer> </footer> </article> ``` Thank you!

12th Sep 2019, 9:08 AM
N. A.
N. A. - avatar
2 Réponses
+ 2
Why would you want to do that?
12th Sep 2019, 10:02 AM
HNNX 🐿
HNNX 🐿 - avatar
0
HNNX 🐿 because every article/ post has a header ( title) and footer (links, related info). But I'm not sure whether its a good practice to do this or not?!!
12th Sep 2019, 10:26 AM
N. A.
N. A. - avatar