Hi southof40,
You can view the tree structure of an HTML document by using an online
validation service provided by the World Wide Web Consortium ("W3C").
You need to use the extended interface to this service, which is
available at:
The W3C MarkUp Validation Service
http://validator.w3.org/detailed.html
or from a UK mirror site:
W3C HTML Validation Service (at UK Mirror Service)
http://www.mirror.ac.uk/services/validator/#byURI
On either of the above pages, enter a URL and check the "Show parse
tree" box. If you are not interested in the tag attributes, you can
also click the "exclude attributes from the parse tree" box.
You will then be shown the structure of the document as an indented
list of tags, their attributes, and their content.
An alternative view can be obtained by using the Mozilla browser to
view the page, then selecting "File | Edit Page" to open the page for
editing in a "Composer" window. Click on the "Show All Tags" tab in
the composer window, and Mozilla will show you the structure of the
document visually (as nested boxes with the tag at the top-left corner
of each box).
Additional Links:
Mozilla home page:
http://www.mozilla.org/
W3C home page:
http://www.w3.org/
Google Directory ... HTML ... Validators and Lints:
http://directory.google.com/Top/Computers/Software/Internet/Authoring/HTML/Validators_and_Lints/
Web Design Group's list of Validators and Checkers:
http://www.htmlhelp.com/links/validators.htm
Google search strategy:
html validator
://www.google.com/search?q=html+validator
html "parse tree"
://www.google.com/search?q=html+%22parse+tree%22
"show html tags"
://www.google.com/search?q=%22show+html+tags%22
Regards,
eiffel-ga |