Is there a firefox plugin or something similar I can use to validate that my html output has properly closed tags?
+1
A:
I use this little guy Html Validator. I like him. The errors it makes help you find your nesting problems (along with others). I don't know of a validator that only checks for nesting issues.
MrChrister
2008-11-21 00:28:46
Thanks just what I needed. But please fix your link so it won't confuse others.
Vasil
2008-11-21 00:49:00
Did I do the link edit correctly?
MrChrister
2008-11-21 01:05:13
A:
If all you want to check is whether or not your tags are nested and closed properly (and not other things like that all images have an alt
, etc), then you just want to check the XML well-formedness of it.
Run it through this validator http://www.validome.org/xml/ and tick the "Well-Formedness Only" checkbox.
nickf
2008-11-21 00:32:54
A:
The best is to install web developer tabs: https://addons.mozilla.org/en-US/firefox/addon/60
There you can find the link for validator and many other things.
netadictos
2008-11-21 00:37:48