HTML <div> vs <article> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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