+ 1
What is <div> used for
I have no idea what it does. Please answer my question.
4 Answers
+ 4
to sum up what they said div is a division element
+ 3
Allows you to divide things up, so you can manipulate one area without affecting things outside of it. Keeps things more organized, more easily maintained, and much easier to control things on your page without cluttering up the code.
+ 1
Thanks for answering guys đ
- 2
Basically an invisible container.