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 Treehouse Club: CSS My First Web Page CSS Review

Within 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
andren
28,558 Points

No, 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.

Thank you..I found that out immediately after I posted this!