Značka komentára HTML

HTML tag komentára | Príklady komentárov HTML | Generátor kódu HTML komentárov

HTML tag komentára

<!-- This is an HTML comment -->

Otvoriť oddeľovač komentára:

<!--

Komentár zatvorte oddeľovač:

-->

Príklady HTML komentárov

Informatívne textové komentáre

Ak chcete do kódu pridať vysvetlenia, použite informatívne textové komentáre.

HTML kód:

<!-- this is a single line comment -->
<p> some text ... </p>
<!--
    this is
    a multiline
    comment
-->
<p> some more text ... </p>

 

Zobrazenie stránky s výsledkami:

some text ...
some more text ...

 

Komentovanie kódu

Ak chcete kód ponechať neaktívny, použite komentovanie kódu.

HTML kód:

<!-- <p> some text ... </p> -->
<!--
<p> some text ... </p>
<p> some text ... </p>
-->
<p> some more text ... </p>

 

Zobrazenie stránky s výsledkami:

some more text ...

Generátor kódu HTML komentárov

Zadajte text/kód pre komentár:
Vyberte typ komentára:
Vygenerovaný kód komentára:


Pozri tiež

Advertising

WEB HTML
°• CmtoInchesConvert.com •°