Kommentieren eines kommentierten Markups (verschachtelte Kommentare)

Wie kann ich einen großen Teil des HTML-Markups, der einige Kommentare enthält, einfach kommentieren und auskommentieren?

<body>
a lot of markups
 <!-- comment -->
a lot of markups
 <!-- comment -->
a lot of markups
</body>

Folgendes funktioniert nicht wie gewünscht (Schließen -> stoppt den Kommentarbereich):

<body>
  <!-- 
    a lot of markups
     <!-- comment -->
    a lot of markups
     <!-- comment -->
    a lot of markups
   -->
</body>

Gibt es eine alternative Methode?

Antworten auf die Frage(3)

Ihre Antwort auf die Frage