Reputation: 4773
Is there software out there to check a .html file to see if all the tags are correctly closed?
I tried TagCheck
but this did not work as i put my file and ran it and got no errors, then i added a <tr>
tag with no closing tag and ran again and still got no errors
So is there another software out there to do this or any other way to do this?
Upvotes: 0
Views: 401
Reputation: 9469
Use notepad++ code editor software. You can check easily with it.
Also check your HTML by pasting it in http://validator.w3.org/#validate_by_input to validate it online.
http://img210.imageshack.us/img210/8066/testjn.png
Upvotes: 1
Reputation: 51694
Have a look at the W3C Markup Validation Service and all the other validators out there
Upvotes: 3