Is there a way to comment multiple lines... which already have some comments in them?
i.e.
<html>
<!-- Multi-line comment begin
  <head>
    <!-- This script does abcxyz -->
    <script>...</script>
  </head>
  <body>
    Hello world!
  </body>
Multi-line comment end -->
</html>
It seems that even SO's syntax hilighting won't accept this...