Minify HTML. Remove comments, collapse whitespace.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Minify JSON to a single line. Remove whitespace and newlines.
Minify CSS. Remove comments and whitespace.
Format HTML code with proper indentation.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Input: <div> <p>Hello</p> <!-- comment --></div> Output: <div><p>Hello</p></div>