I am working on a crawler and as a result, I need to look at the HTML of the site I will crawl, to make assumptions (Which will be soft coded).
HTML of large sites is not easy to read. Is there a tool which can display the HTML in some sort of tree-like hierarchy?
Thanks