|
Posted by Peter Michaux on 12/10/06 17:43
Jonathan N. Little wrote:
> Peter wrote:
> > But -- I can't find a way to address the "html" or the "head" objects. I
> > know they're HTML elements, (<html>, <head>), but they also exist as objects
> > because I see on reference sites that they have methods, properties, events,
> > etc. So they've got to be child objects of some other object higher in the
> > hierarchy. Right? And there has to be some way to address them. Right?
>
> 1 Download a copy of Firefox.
>
> 2 Install with the "Custom Install" option to mark sure DOM Inspector is
> checked
>
> 3 Or better yet, install the Web Developers Bar extension
> https://addons.mozilla.org/firefox/60/
>
> 4 Open a web page and use the DOM Inspector to traverse the document
> tree and view all the attributes.
Or maybe even better than the DOM inspector is the
http://getfirebug.com plugin.
Peter
[Back to original message]
|