First, there is no error in the snippet. If you look up specifications you'll find that /head / body and also /p and several other closing tags are OPTIONAL, even with HTML strict DTD, so your snippet is quite valid :] (Try XHTML if you insist that is an error.)
Regarding this: I would appreciate if PSPad's HTML highlighter took that into account and didn't highlight "unclosed" paragraphs, table cells and so on as error (in HTML mode, not XHTML where it matters). HTML tidy, which generates report, is highly customisable; maybe it is possible to force it do a XHTML check? (Didn't try it myself.) If you want to try that maybe you could use this piece of configuration and tweak it: http://eldar.cz/myf/pub/tidy/tidy-default-config-with-documentation.ini -- <http://forum.pspad.com/read.php?2,58195,58197> PSPad freeware editor http://www.pspad.com
