+ 1
About <div>
Why everyone uses div element when html 5 has article, section. is there any good ??? I see every time people or even sololearn if explain something they use the <div>
4 Respuestas
+ 2
Div is better to use as it is for outline styling and if you fond of using article,section you can use but most people use div as it is well supported for css styling
+ 2
No, section is just for identification purposes you can use for your compability. It doesn't have special meaning it's just for describing a section that's all!
+ 1
Thank you Adarsh.n. Bidari . is there any differences in css styling if i use <section>????
0
Thanks bro..