HTML fixing tool
HTML Corrector
is a tool that corrects HTML so it becomes valid HTML
Copy & paste
Upload
Upload a HTML or a Word file to wash it (to clean it up)
Pick your .docx or .html file

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>