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 CSS Basics Basic Selectors Class Selectors

Staying 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
Steven Parker
229,786 Points

There are many resources for HTML and CSS "cheat sheets", but they generally don't use images for examples, probably for space considerations. Some examples:

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 .

Thanks so much for getting back to me. The information is appreciated (and bookmarked). Cheers