Paste HTML to correct it
What does the corrector change?
- Closes open elements and repairs malformed tag nesting
- Parses the markup as HTML5
- Formats the result with consistent line breaks and indentation
- Preserves content rather than sanitizing it
Example
Input:Hello <a href="intro.html">world<a
Corrected output:Hello <a href="intro.html">world</a>