50%

HTML Escape / Unescape


Enter the HTML Data

Size : 0 , 0 Characters

The Result HTML Data:

Size : 0 , 0 Characters

HTML Escape


HTML Escape is easy to use tool to escape plain HTML to escaped html which helps to show html text in HTML in <pre> tag. Copy, Paste and Escape.

What can you do with HTML Escape?

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

Example

HTML Try it.

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — </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>

Escaped HTML

&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Largest companies by market cap — &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;

HTML Unescape


HTML Unescape is easy to use tool to unescape HTML and converts to plain HTML to unescaped html which helps to show html text in HTML in <pre> tag. Copy, Paste and Unescape.

What can you do with HTML Unescape?

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

Example

Escaped HTML Try it.

&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Largest companies by market cap — &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;

Unescaped HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — </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-escape-unescape?url=external-url

https://codebeautify.org/html-escape-unescape?url=https://gist.githubusercontent.com/cbmgit/a26f750999a9925c02a1a9e5f4c2c150/raw/CompaniesByMCapital.html

Related Tools


Recently visited pages


Tags