HTML entities encoder and decoder tools added

We have added 2 new tools to our Convert Data website for your website development which will help you to escape HTML code snippets and decode them, useful when you are visiting websites with examples that have been escaped by mistake by their CRM engine.

You can escape for example

<div>Hello <span style="color:blue;">world</span>!!!</div>

into this

&lt;div&gt;Hello &lt;span style="color:blue;"&gt;world&lt;/span&gt;!!!&lt;/div&gt;

with our HTML encoder tool and restore it back with our HTML decoder tool.

Leave a Reply

Your email address will not be published. Required fields are marked *