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 trialkabir k
Courses Plus Student 18,036 PointsWhy only Chrome developer tools?
I noticed that the teachers are using only Chrome developer tools. Is there a special advantage to using Chrome developer tools over say, Safari Dev Tools?
2 Answers
Ethan Lowry
Courses Plus Student 7,323 PointsAny browser's tools can be used for most basic purposes, but Chrome's dev tools are by far the most widely used these days. I can't say for sure without having used Safari's tools but I imagine Chrome probably has some / several features that they don't. Why not give them a go and see for yourself?
But to answer your question, for the basic purposes of inspecting HTML / CSS and running basic JavaScript commands, any modern browser should be fine.
Jonathan Grieve
Treehouse Moderator 91,253 PointsI would tend to agree with Ethan in that it has the most features and the features with the widely supported browser.
If I need a basic inspection of HTML and CSS elements I'll alternative between the tools in Chrome and Firefox. :)
kabir k
Courses Plus Student 18,036 Pointskabir k
Courses Plus Student 18,036 PointsOk thanks, Ethan.
Ethan Lowry
Courses Plus Student 7,323 PointsEthan Lowry
Courses Plus Student 7,323 PointsHappy to help. If you're satisfied with the answer please remember to mark a Best Answer, thanks.