Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jason Neel
11,073 PointsTip: Accessibility Audit
This is not really a question, but rather a tip, which I believe is covered in another Treehouse course: While not a default audit available in the Chrome Audit tab, installing the Chrome Accessibility Developer Tools (from the Chrome Web Store: https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb) will give you an Accessibility Audit. This is very handy to have, as it will look over a specified web page for contrast issues, clear link text, missing alt attributes on images, proper labelling on control elements, and much more. A very handy audit to have in your toolbox.
1 Answer

James Anwyl
Full Stack JavaScript Techdegree Graduate 49,959 PointsDidn't know this existed, used it on a site I'm building and found a missing label.
Thanks for sharing! :)
Jason Neel
11,073 PointsJason Neel
11,073 PointsExcellent!