What is CSS ID vs C...
 
Notifications
Clear all

What is CSS ID vs CSS class?


(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

What is CSS ID vs CSS class?


   
Quote
(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

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.


   
ReplyQuote
Share: