Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics Basic Selectors Class Selectors

Chelsee Christie
Chelsee Christie
1,569 Points

using class and id selectors together??

I'm still confused as to what the purpose of using an id selector with a class selector is for, as id selectors are for targeting specific elements (ex: <p>). Would love some clarification :)

1 Answer

josephpatrickpotot
josephpatrickpotot
17,918 Points

id selector is usually assigned to one element while class selector is assigned to multiple elements. id also has higher hierarchy over class selector when styling.