Document Type:
Beautified Output
x
1
About HTML, XML, JSON, CSS and JavaScript Beautifier
HTML, XML, JSON, CSS and JavaScript Beautifier is used for beautify HTML,XML,JSON,CSS and JavaScript in online. Beautifier will reformat and re-indent bookmarklets, ugly JavaScript, unpack scripts. Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable.
e.g. (JavaScript)
Note: Please remove <script> and </script> from your JavaScript, <style> and </style> from your css before click on the Beautify button.
How to minify html, xml, json, css and javascript?
- Copy paste or type your html / xml / css / javascript / json
- Select the document type
- Click on the Beautify button
e.g. (JavaScript)
Note: Please remove <script> and </script> from your JavaScript, <style> and </style> from your css before click on the Beautify button.
function myFunction(){document.getElementById("demo").innerHTML="Free Online Tools";}
Beautified output:
3
1
function myFunction() {
2
document.getElementById("demo").innerHTML = "Free Online Tools";
3
}
Beautify CSS Beautify HTML Beautify JavaScript Beautify XML Beautify JSON