HTML Decode

About the HTML Decode Tool

The HTML Decode Tool is a free online tool that will help you to decode encoded HTML back to plain HTML. This tool will perform the reverse operation of the HTML Encode tool.

Example :

(Encoded HTML)

<!DOCTYPE html>
    <html>
      <head>
        <title>FreeWebToolkit</title>
        <meta charset="UTF-8" />
      </head>
      <body>
        <h1>Welcome</h1>
      </body>
  </html>

will output (plain HTML)

<!DOCTYPE html>
    <html>
      <head>
        <title>FreeWebToolkit</title>
        <meta charset="UTF-8" />
      </head>
      <body>
        <h1>Welcome</h1>
      </body>
  </html>

How to use the HTML Decode Tool?

1. Just paste your encoded HTML.

2. Hit the "Decode" button to get your plain HTML.

More tools from FreeWebToolkit

Cookies!

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.