HTML Formatter
Input HTML
  • Format
  • Number of spaces
Formatted HTML 

Online Free HTML Formatter / Prettier

  • Formates the HTML to easy-to-read form.
  • Can change the number of spaces of indentation.
  • Minifies as you type.
  • Minifies on paste.

Sample

<!DOCTYPE html><HTML CLASS="no-js mY-ClAsS"><HEAD><META CHARSET="utf-8"><TITLE>Page Title</TITLE><META NAME="description" content="Test Content"></HEAD><body><P>Dear Users<BR> This is Quraim Soft</P></body></HTML>

Converts to:

<!DOCTYPE html>
<HTML CLASS="no-js mY-ClAsS">

<HEAD>
 <META CHARSET="utf-8">
 <TITLE>Page Title</TITLE>
 <META NAME="description" content="Test Content">
</HEAD>

<body>
 <P>Dear Users<BR> This is Quraim Soft</P>
</body>

</HTML>