+ 1

What's the difference between a div and a class?

4th Jul 2018, 8:34 PM
Noodle-onthe-ice
Noodle-onthe-ice - avatar
1 Odpowiedź
+ 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.
4th Jul 2018, 8:57 PM
Shadow
Shadow - avatar