TagsReport will read a HTML file and display statistical information about the tags appearing in it. You can use this utility to locate problems in your HTML page.
For Example: If the end counter value for < table > tag is different from the start counter value, something is possibly wrong in your HTML file, because every < table > tag must have a closing tag (< /table >)