+ 2
HTML div help but not really
How can i use div properly? And what is div for?
3 Answers
+ 5
You should learn CSS course.
div working together with class and id attribute, which its element could be styled using CSS.
0
div is container for other html elements. It could contain other elements like p, h1, form and other div's also