HTML Kommentare innerhalb von Kommentaren?

Gibt es eine Möglichkeit, mehrere Zeilen zu kommentieren ... die bereits einige Kommentare enthalten?

d. h.

<html>
<!-- Multi-line comment begin
  <head>
    <!-- This script does abcxyz -->
    <script>...</script>
  </head>
  <body>
    Hello world!
  </body>
Multi-line comment end -->
</html>

Es scheint, dass auch die Syntax von SO Hilighting dies nicht akzeptiert ...

Antworten auf die Frage(10)

Ihre Antwort auf die Frage