Languages
[Edit]
DE

HTML - Kommentar-Tag Beispiel

3 points
Created by:
Nikki
10520

In diesem kurzen Artikel wird gezeigt, wie man HTML-Code kommentieren kann.

Schnelle Lösung:

<!-- body-Element kommentieren -->

Das folgende Beispiel zeigt verschiedene Verwendungen von Kommentaren, wie einzeilige Kommentare, mehrzeilige Kommentare oder wie man einen Codeblock kommentiert.

Praktisches Beispiel:

// ONLINE-RUNNER:browser;

<html>
<body>
  <!-- Das ist ein einzeiliger Kommentar -->

  <p>Nur dieser Paragraph wird angezeigt </p>

  <!--   
    Das ist ein 
    mehrzeiliger 
    Kommentar.
  -->

  <!-- 
    <p>Man kann auch einen Codeblock kommentieren</p>
  -->
</body>
</html>
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

HTML (DE)

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join