Online HTML Formatter

 


Options for formatter:




Options for minifier:










This formatter allows to :

  • Minify and Compress HTML file online: it removes all extra white spaces, newlines and comments. Minifier also minifies the javascript (script tags) and CSS (style tags).
  • Beautify HTML code online: it beautifies ugly HTML.
  • Escape and Unescape HTML online: it encodes text to HTML entities and decode HTML entities to text.

Copy and paste, drag and drop a HTML file or directly type in the "Your HTML" editor below.

You can see the user guide to help you to use this HTML formatter.


User guide

This formatter contains a beautifier, a minifier, an escape and a unescape tools!

Step 1 - Fill "Your HTML" editor with your HTML source code. You have several possibilities:

  • Copy and paste your HTML source code
  • Drag and drop your HTML file
  • Directly type in the "Your HTML" editor

Step 2 - Click on "Minify", "Beautify", "Escape" or "Unescape" buttons in order to minify, beautify, escape or unescape HTML!

Step 3 - Click on "Copy to clipboard" or "Download" buttons in order to retrieve the result.


About Hypertext Markup Language (HTML)

HTML is a markup language for creating web pages. It is describes semantically the structure of web document. It is use with CSS (Cascading Style Sheets) for building Web pages. It is used with JavaScript to create dynamic and interactive web pages.

Example of a simple HTML:

<!DOCTYPE html>
<html>
  <head>
    <title>Hello world!</title>
  </head>
  <body>
    <p>Hi!</p>
  </body>
</html>
						

Why minify HTML ?

Minification is the process of removing all unnecessary characters in order to reduce or compress HTML code, in order to decrease the HTML file size.

HTML minifier is a SEO tools that can help boost your site speed (SEO factor). Decrease the loading time of the web pages improves conversion. The search engines penalize websites that are too long to load.

This utility uses the HTML minifier library.


Why beautify HTML ?

You can use an online HTML Beautifier to make your HTML code more readable!

This utility uses the JS beautify library.


You can report a bug or give feedback by adding a comment (below) or by clicking "Contact me" link (at the top right hand corner of the page).

Comments