HTML to Plain Text
Paste an HTML fragment and get its plain text: scripts, styles and tags are removed, and blocks are preserved with line breaks. Optionally convert links to [text](url) format.
Input HTML
Convert links to [text](url)
Extracted text
Paste some HTML to extract its plain text.
The parsing is done with DOMParser: it respects HTML entities and real containers.
0 characters. Scripts, styles and tags are removed.
Related tools
Frequently asked questions
Is it processed in my browser?+
Yes. Parsing is done with local DOMParser: your data never leaves your device.
What does it do with HTML entities?+
It decodes them correctly (for example, & becomes &).

