How can I validate that all tags have been closed in emacs?
<div>
hi
<div id="2">
hello
<div>
The above being a very simple example of a missing div. How can i see in emacs which html tag is missing?
|
How can I validate that all tags have been closed in emacs?
The above being a very simple example of a missing div. How can i see in emacs which html tag is missing?
| |||
feedback
|
|
If it is XHTML, nxml-mode can validate it automatically. That's what I am using. (I.e. I switch to nxml-mode for validation, though I usually use html-mode.) | |||||
feedback
|