HTML Escaper

Install app Share web page

HTML Escaper is a text utility that can be easily used when you need to display HTML code as is.

HTML escaping example

When you have HTML code like this:

<div>Hello, World!</div>

HTML escaping this converts it to:

&lt;div&gt;Hello, World!&lt;/div&gt;

Commonly used HTML special characters

<&lt; (less than, smaller symbol)

>&gt; (greater than, greater symbol)

&&amp; (ampersand)

"&quot; (double quote)

'&#39; (single quote, single quote)

관련 앱

HTML Unscaper