HTML Minifier
Strip whitespace and comments from HTML. Useful for embed code, email templates, or production HTML.
What is HTML Minifier?
HTML minification reduces file size by removing comments, collapsing whitespace, and removing unnecessary attributes. For production, use a build tool (html-minifier-terser). This tool handles ad-hoc snippets and email templates where build-time tooling isn't practical.
Frequently asked questions
Will minification break my layout?▼
Should I minify inline scripts?▼
Related tools
JWT Decoder
Decode JSON Web Tokens (JWT) instantly — inspect the header, payload, and signature claims. Runs entirely in your browser; tokens never leave your device. Safe for production secrets.
JSON Formatter & Validator
Format, validate, and minify JSON instantly. Catches syntax errors with line numbers, pretty-prints with adjustable indent, supports large payloads. Runs in your browser — no upload.
XML Formatter & Beautifier
Format and beautify XML documents — proper indentation, line breaks, namespace handling. Useful for SOAP responses, sitemaps, RSS feeds, and Android resource files.
Base64 Encoder & Decoder
Encode and decode Base64 strings.
URL Encoder & Decoder
Encode/decode URL-safe strings.
HTML Entity Encoder & Decoder
Convert special characters to/from HTML entities.