validation - Firefox add-on to find unclosed HTML elements -


are there add-ons (plug-ins) firefox find unclosed html elements?

example:

<div>     <label>     </label>      <div> <!-- previous 'div' tag not closed! --> </div> 

you mean validate html code, html validator used that.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -