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 (2014) The Box Model Margins

kabir k
PLUS
kabir k
Courses Plus Student 18,036 Points

Why 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
PLUS
Ethan Lowry
Courses Plus Student 7,323 Points

Any 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.

Ethan Lowry
Ethan Lowry
Courses Plus Student 7,323 Points

Happy to help. If you're satisfied with the answer please remember to mark a Best Answer, thanks.

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

I 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. :)