What does html4 use instead of <article> element | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does html4 use instead of <article> element

27th Jan 2019, 12:46 PM
Musab Hassan
Musab Hassan - avatar
2 Answers
+ 3
That would be <div>. Sematic elements like <article> were introduced in html5. In earlier versions a self-contained element like <article> was built using a standard <div> element.
27th Jan 2019, 1:57 PM
Code Artist
Code Artist - avatar
+ 2
div, maybe.
27th Jan 2019, 12:58 PM
Sailesh Dahal
Sailesh Dahal - avatar