HTML fixing tool
HTML Corrector
is a tool that corrects HTML so it becomes valid HTML
Copy & paste
Upload
Paste (a piece of) HTML to clean it up
Clear
Copy
Correct

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>
See also:
HTML fixing tool
Guid generator
Base64 encoder
URL encoder
HTML encoder
HTML cleanup tool
More