Questions
What happens to the HTML I paste?
Tags are stripped (including whole script and style blocks), common entities like & and are decoded, and the remaining text is tidied into clean lines.
Is it safe to paste HTML from anywhere?
Yes — the page never executes what you paste. It is processed as plain text in your browser and never uploaded.