What is the difference between article and section elements in html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between article and section elements in html5

25th Dec 2017, 3:08 AM
Monu Kumar
Monu Kumar - avatar
2 Answers
0
Functionally speaking, there is no difference. The usage for these are to define different parts of a web page using semantic elements rather than generic elements like <div> and <span>. This link on HTML5 Semantic Elements does a nice job of explaining this: - https://www.w3schools.com/html/html5_semantic_elements.asp
25th Dec 2017, 5:17 AM
David Carroll
David Carroll - avatar
0
thanks
28th Dec 2017, 3:10 PM
Monu Kumar
Monu Kumar - avatar