All tools

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 &amp; becomes & and &nbsp; becomes a space.

How to use

  1. Paste your HTML.
  2. 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.