Text Master

by Thankless Technologies

HTML Decode

Convert HTML entities (&, <, etc.) back to their original characters. Recovers readable text from HTML-encoded content.

Example

&lt;p&gt;Hello&lt;/p&gt; → <p>Hello</p>

&quot;A &amp; B&quot; → "A & B"

it&#39;s → it's

USED IN COOKBOOKS