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 trialnerdoubt
3,726 PointsWithin the final review of CSS, question regarding what the letters CSS stand for
Does it not stand for Comments, Selectors and Syntax?
2 Answers
andren
28,558 PointsNo, not even remotely. That's just a title that was used for one of the Treehouse videos.
CSS stands for Cascading Style Sheets
(the last s
is important, many tend to forget to write it). CSS are styles sheets used to describe the style of a webpage, and they are cascading in the sense that if you have multiple CSS rules that target the same element and property of the same specificity then the last rule overrides the earlier rules.
nerdoubt
3,726 PointsThank you..I found that out immediately after I posted this!