HTML tags encoding and decoding
Preface and disclaimer:
This page contains material and links to support people. This is NOT an official guide and should not be taken as such. This page is for the sole purpose of personal use, and can not abide to any claims against its writer Ronen Gil. The writer of this page will not take any responsibility by any means, directly or indirectly to any use of the whole and/or any part of this page.
Using this page, you can encode & decode HTML tags in accordance to the references of the W3C.
In writing texts for several markup languages (like XML and it's use in RSS), you can enter HTML tags only in their entity encoded form.
Using this page, you may encode or decode HTML tags to / from entity encoded form.
i.e.: " <div style="width:100%;">&nbsp;</div> " encoded, would be " &lt;div style=&quot;width:100%;&quot;&gt;&amp;nbsp;&lt;/div&gt; "
Enter HTML code to encode here:
i.e.:   <div style="width:100%;">&nbsp;</div>

Enter XML code here to decode HTML tags from it:
i.e.:   &lt;div style=&quot;width:100%;&quot;&gt;&amp;nbsp;&lt;/div&gt;