+ 1
What's the difference between a div and a class?
2 Answers
+ 6
A div is a container for other elements in your HTML structure, while a class is a selector for an element, meaning you can use it to access a specific element and style it in your CSS file or access it in your JS script.