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 Debugging HTML and CSS Problems Use Developer Tools

Roger Schaeffer
Roger Schaeffer
2,144 Points

Shortcut key to developer tools and color editor in Chrome.

To anybody looking for a shortcut key to the developer tools in both Chrome and Firefox on a Windows computer: just hit the "F12".

Both Chrome and Firefox have a built in color editor/selector in the developer tools. For example use the element selector to select an item to which you have assigned a color, e.g. the background color of the nav bar, and then left click on the color preview box in the code. You and then select whatever color you like and the new code for the color will be displayed. It's a great way to find a new color and preview it at the same time.

1 Answer

Steven Parker
Steven Parker
229,785 Points

:point_right: IE also has developer tools that can be opened with F12.

All this time I've been using Ctrl-Shift-I to open the tools in Chrome. It never occurred to me to hit F12 in Chrome even though I was used to it in IE. Good to know! :+1: