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 trialChelsee Christie
1,569 Pointsusing 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
18,010 Pointsid 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.