Strip HTML - Remove HTML and formatting from text

Paste content below, and hit the button

Frequently asked questions

Does StripHTML remove all HTML tags or just the formatting?

It removes every HTML tag, along with the contents of script, style and head blocks that hold no visible text. What is left is the plain, readable text.

Will my line breaks and paragraphs survive?

Yes, as long as the Keep line breaks option is ticked. Block-level tags are turned into line breaks, so paragraphs and list items stay on separate lines. Untick it to get one continuous block of text.

Why do characters like & and   disappear?

HTML entities are stripped out along with the tags rather than being turned back into the characters they stand for. If you want them decoded instead, run the text through the HTML Entity Decoder first.