HTMLミニファイア
Compress HTML code by removing comments, whitespace and simplifying attributes.
About HTML Minification
HTML minification reduces file size by removing comments, collapsing whitespace between tags, removing unnecessary attribute quotes, and simplifying boolean attributes (e.g., disabled="disabled" becomes disabled). Smaller HTML files load faster and improve page speed scores. All processing happens in your browser.