Firefox add-on to find unclosed HTML elements
Are there any add-ons (plug-ins) for Firefox to find unclosed HTML elements?
Example:
<div>
<label>
</label>
开发者_如何学Python <div> <!-- Previous 'div' tag is not closed! -->
</div>
You probably mean to validate HTML code, Html Validator could be used for that.
精彩评论