TagsReport v1.00
Copyright (c) 2004 Nir Sofer

Description

TagsReport reads HTML file and displays statistical information about the tags the appears 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>)

Using TagsReport

TagsReport is a standalone executable, and it doesn't require any installation process or additional DLLs. Just copy the executable file (tagsrep.exe) to any folder you like, and run it.
In the main window TagsReport, select the 'Open File' option under the 'File' menu, and then select the desired HTML file. After Selecting the HTML file, TagsReport displays statistical report about the tags in the selected file.
The following table describes each column in the report table:
Column Name Description
Tag Name The name of the tag (e.g.: table, tr, td, head, body, and so on)
Start Counter The number of times that this tag appears as starting tag (e.g.: <table>, <tr>, <td>, <a>)
End Counter The number of times that this tag appears as ending tag (e.g.: </table>, </tr>, </td>, </a>)
Attributes Total number of attributes in the entire HTML file for the specified tag.
With Name Number of tags that contains NAME or ID attributes. (e.g.: <table name="MyTable">)
With Class Number of tags with CLASS attribute
With Style Number of tags with STYLE attribute

License

This utility is released as freeware for personal and non-commercial use. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com

Download TagsReport