Strip HTML Tags
Remove all HTML tags and get plain text.
Plain text
(empty)
Uses the browser's HTML parser, so entities like & and < are decoded automatically.
About
Paste HTML, get the visible text. Removes tags, scripts, and styles. Decodes HTML entities so & becomes & and becomes a space.
How to use
- Paste your HTML.
- See the cleaned plain text.
FAQ
Does it handle nested tags?+
Yes. The browser parser is used, so even malformed HTML is handled the same way browsers handle it.
What about scripts and styles?+
Removed entirely. The text inside script and style tags is dropped, since it's not visible content.