将 html 脚本对齐到同一行并删除多余空格的在线或离线工具?

Online or Offline tool to align html script into same line and remove extra-spaces?

是否有任何在线或离线工具可以将 HTML 脚本对齐到同一行并删除多余的空格,例如:

之前:

<head>
  <h1>This is my page.</h1>
  </head>
  <body>
    <h4>Text example.</h4>
  </body>

之后:

<head><h1>This is my page.</h1></head><body><h4>Text example.</h4></body>

我想要一个工具,因为我的脚本太大,无法手动执行此操作,如果是的话,我需要一些时间才能完成。

将您的代码转换为缩小版本 工具 - http://www.textfixer.com/tools/remove-white-spaces.php 在线 - http://www.textfixer.com/html/compress-html-compression.php