DOM tree

Inspect HTML for Web-page description

When we are doing usability analysis of a web page, it is often convenient if not necessary to know what is the html and css form of the visual elements displayed on the page. This could be done by checking the page source code, but this solution is time consuming, since we have to do a logical match between the code and the element.
Subscribe to DOM tree