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 trialNicholas Angelini
1,538 PointsStaying Organized
I associate editing in HTML & CSS with toolbars found in adobe or word processing programs. I imagine many beginner developers use cheat sheets to quickly access commonly used elements and attributes. I find myself having problems remembering the name of the action I want to command. Are there any known charts or 'cheat sheets' commonly used that associate the desired command with an image example?
1 Answer
Steven Parker
231,186 PointsThere are many resources for HTML and CSS "cheat sheets", but they generally don't use images for examples, probably for space considerations. Some examples:
- HTML 5 Cheat Sheet
- HTML Cheat Sheet (with new HTML5 tags)
- The Ultimate CSS Cheat Sheet
- The Mega CSS3 Cheat Sheet
There are, however, many resources where you can look up individual elements and see (and sometimes interact with) graphic examples. One very commonly used example would be MDN .
Nicholas Angelini
1,538 PointsNicholas Angelini
1,538 PointsThanks so much for getting back to me. The information is appreciated (and bookmarked). Cheers