HTML to Text Converter
← Back to all tools
Strip HTML tags and convert to plain text. Handles entities, scripts, styles. 100% client-side.
Input HTML
<h1>Hello</h1> <p>This is <b>bold</b> text.</p> <script>alert('xss');</script> <style>body{color:red}</style>
Remove scripts
Remove styles
Decode entities
Preserve links as [text](url)
Convert
Copy result
Plain text output