Notifications
Clear all
Topic starter 16/10/2024 5:30 pm
What is CSS ID vs CSS class?
Topic starter 16/10/2024 5:30 pm
You should use a class if you need to use the same selector more than once within a page or a site. While an ID is specific to a single element, classes can be assigned to multiple elements on a page or throughout the website. They are not unique.