HTML fixing tool
HTML Corrector is a tool that corrects HTML so it becomes valid HTML
Paste HTML to correct it
What exactly does it do?
- Fixes or removes non-well formed tags and attributes
- Converts the markup to HTML5 (if it is XHTML for example)
- Reformats the HTML (line breaks, indents)
Example
Input:Hello <a href="intro.html">world<a
will be corrected to:Hello <a href="intro.html">world</a>