views:

157

answers:

4

on any element in the webpage. I need to look at what the element and children elements are.

For e.g.

+17  A: 

Firebug's Inspect tool sounds like what you're looking for.

Randy
+4  A: 

Check out Firebug http://getfirebug.com

Eric Wendelin
+8  A: 

Also the Web Developer extension does a good job for DOM inspection...

CMS
Web Developer tool bar is great, you can turn bits on and off for testing as well as analysis the page. I think its a wicked tool.
Jon
+1  A: 

You may also use the Firefox DOM Inspector. In the app click the icon at the very top left, then on the desired element on the page, and it should scroll automatically to the relevant node in the DOM tree.

Ido Schacham