HTML <div> vs <article> | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

HTML <div> vs <article>

What deference in this HTML tags? <div> and <article>

5th Nov 2017, 6:46 AM
Amalathas suthans
Amalathas suthans - avatar
1 Réponse
+ 7
Semantic difference mainly: <div> is a generic block type container, <article> is a specific block type container ^^
5th Nov 2017, 7:19 AM
visph
visph - avatar