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

HTML How to Make a Website CSS: Cascading Style Sheets Center the Wrapper

Josh Friedman
Josh Friedman
3,711 Points

Syntax cheat sheet

Hi,

Is there a good resource that summarizes all of the basic "parts of speech" for html and css? I'm looking for something that breaks down a line of code and calls out which pieces are selectors, tags, properties, etc etc.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Now, there are people who might not like the site I'm about to link to you. But, for just very basic information I think it might be what you're looking for.

For CSS selectors: http://www.w3schools.com/cssref/css_selectors.asp

This one will let you pick code and you can see what's being altered and the classes/ids/elements affected: http://www.w3schools.com/cssref/trysel.asp

And this is one covering basic HTML tags: http://www.w3schools.com/html/html_elements.asp Note: don't forget to click Next Chapter at the bottom to keep going!

Hope some of this helps!

May I ask why people dislike this site?