Decode HTML

Decode HTML

Decode HTML

Decode HTML is an online tool that converts HTML entities back to characters. In the markup languages SGML, HTML, XHTML and XML, a character entity reference is a reference to a particular kind of named entity that has been predefined or explicitly declared in a Document Type Definition (DTD).

Bookmark:

Decode HTML

Decode HTML is an online tool that converts HTML entities back to characters. HTML has special handling for characters like < and > symbols, so it doesn't work well with those characters where they shouldn't be.

For example, the escaped character code for > is &gt;.

Some of the translations performed are:

  • '&amp;' becomes '&' (ampersand)
  • '&quot;' becomes '"' (double quote)
  • '&#039;' becomes ''' (single quote)
  • '&lt;' becomes '<' (less than)
  • '&gt;' becomes '>' (greater than)

 HTML Decoder 

Type or paste in the HTML text you want to HTML decode, then press the Decode HTML button.

Online HTML Decoder Information:

  • Purpose of this Tool : HTML Decoding
  • Intended Audience : Webmasters, Web Developers, Website Designers, Programmers

External Resources: