Remove HTML tags
Paste an HTML fragment to delete angle-bracket tags and keep the text between them. <strong>Notice</strong> becomes Notice.
Plain-text limits
Tag removal does not decode entities, insert line breaks for block elements, or interpret the document structure. <p>One</p><p>Two</p> becomes OneTwo unless the source already contains whitespace between the elements.
Embedded content
Removing <script> and <style> tags does not remove the JavaScript or CSS inside them. Use an HTML parser when the source is untrusted, malformed, or needs structure-aware extraction.