Does anyone know a free HTML tester. The outputted HTML source in my asp pages is large, can't even begin to search for the correct begin and end tags.
What do you want to test? With proper indenting you will always find the opening and matching closing tags.
Sometimes you make a mistake (forgot to add a endtag TR). Browsers other then IE (depends on version) don't show the page correctly.
I'm looking for a program which does the following: - I go to my page with IE. - save the html source. - start the program. - select the html source. - program warns "you forgot TR"