50%

HTML Decoder


Enter the text to be HTML-decoded

Size : 0 , 0 Characters

The Decoded HTML:

Size : 0 , 0 Characters

HTML Decode Online


HTML Decode is easy to use tool to encode plain HTML to encoded html which helps to show html text in HTML in <pre> tag. Copy, Paste and Decode.

This HTML decoder is a tool or program that is used to convert HTML-encoded text back into its original, unencoded form. HTML encoding represents characters in HTML documents so they can be appropriately displayed in a web browser. It is often used to handle special characters that might not be shown correctly or to represent characters with special meanings in HTML. An HTML decoder takes an HTML-encoded string as input and returns the unencoded version of the string.

For example, the character "&" is used in HTML to indicate the start of an HTML entity. If you want to display the "&" character in an HTML document, you must encode it as "&amp;". An HTML decoder would take the encoded string "&amp;" as input and return the unencoded string "&".

What can you do with HTML Decode?

  • HTML Decode is very unique tool to encode plain html.
  • This tool saves your time and helps to encode Hyper Text Markup language data.
  • This online Decode HTML allows loading the Plain HTML data URL, which loads plain data to encode. Click on the URL button, Enter URL and Submit.
  • Users can also convert plain HTML File to encoded HTML by uploading the file.
  • HTML Decoder Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.

Example

HTML Try it.

&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Largest companies by market cap — US Stock Market&lt;/title&gt;
    &lt;meta charset="UTF-8" /&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;Apple : 2037 Billion&lt;/h1&gt;
    &lt;h2&gt;Microsoft : 1624 Billion&lt;/h2&gt;
    &lt;h3&gt;Amazon : 1611 Billion&lt;/h3&gt;
    &lt;h4&gt;Google : 1058 Billion&lt;/h4&gt;
    &lt;h5&gt;Alibaba : 826 Billion&lt;/h5&gt;
    &lt;b&gt;This data is as of 21 Sep 2020.&lt;/b&gt;
   &lt;/body&gt;
&lt;/html&gt;

Decoded HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — US Stock Market</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <h1>Apple : 2037 Billion</h1>
    <h2>Microsoft : 1624 Billion</h2>
    <h3>Amazon : 1611 Billion</h3>
    <h4>Google : 1058 Billion</h4>
    <h5>Alibaba : 826 Billion</h5>
    <b>This data is as of 21 Sep 2020.</b>
   </body>
</html>

For Advanced Users

External URL

Load External URL in Browser URL like this https://codebeautify.org/html-decode-string?url=external-url

https://codebeautify.org/html-decode-string?url=https://gist.githubusercontent.com/cbmgit/5e3ad526c135500e28c6d2b3a977a779/raw/htmldecode.html

Related Tools


Recently visited pages


Tags