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 trialEmani Irvine
301 PointsSeparating Selectors
The comma that is used to separate the 'h1' and the 'h2' selectors, can that be used for the 'header' and an another selector? Or is that only to separate common selector, such as the 'h1' and 'h2'?
2 Answers
Kelly von Borstel
28,880 PointsIt can be used to separate any selectors.
La Kenzi
14,346 Pointshttp://webdesign.about.com/od/cssselectors/f/comma-in-css-selectors.htm
I hope this gives you a better idea on how to use comma's to separate selectors.