Strip HTML
Remove all HTML tags and get the plain text, live as you type.
100% private, runs in your browser
Plain text
Strips every tag using your browser's own HTML parser (correctly handles nesting and entities, not a naive regex). Updates live as you type. Runs entirely in your browser.
What is Strip HTML?
Paste HTML and get just the plain text content instantly, with every tag removed — using your browser's own HTML parser, so nested tags and entities are handled correctly, not a regex that can be fooled by malformed markup.
FAQ
They're decoded to their actual character (& becomes &), since the browser's parser handles both tag removal and entity decoding together.