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 trialJosh Friedman
3,711 PointsSyntax 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
Treehouse TeacherNow, 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!
mikaylahumphrey
2,545 Pointsmikaylahumphrey
2,545 PointsMay I ask why people dislike this site?