0
So in html 5, is the div element is taken away and replaced with the <article> tag?
<article> replaces <div> fully in html5?
1 Answer
0
No, the <div> is not taken away, it's still there. They've just introduced the new <article> tag amongst other semantic tags.