Strip HTML Tags
Remove HTML tags and entities from markup, leaving clean readable text.
Removes every HTML tag along with the contents of script, style and comment blocks, leaving just the readable text. Block elements and line breaks become real line breaks. Optionally decode entities like & back to their characters and tidy up runaway whitespace. Runs entirely in your browser — the markup is parsed with plain string operations, never executed.
How to strip HTML
Paste your HTML or markup into the box. The plain text appears below, with block elements turned into line breaks for readability. Leave Decode entities and Tidy whitespace on for the cleanest result, then click Copy result.
When to strip HTML
Turn a copied web page or email into plain text, clean markup pasted from a CMS, extract the words from an HTML export, or prepare content for a system that doesn't accept tags.