pe...@easthope.ca wrote: > Hi again, > > Is there an editor which checks that HTML opening and closing tags are > paired and nested properly. An opening tag without matching close, a > closing tag without matching open and crossed tags should be flagged > by line number or color. > > Preferably an editor with minimal overhead of installation and > configuration.
The terms you want to feed to apt are 'html' and 'lint'. A linter is a program that looks for lint: bits that aren't quite right and should be fixed. In this case I see that there are standalone linters that you can run on your documents and modules that you can install in some editors. -dsr-