HTML tag komentáře

HTML tag komentáře | Příklady HTML komentářů | Generátor kódu HTML komentářů

HTML tag komentáře

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

Otevřený oddělovač komentáře:

<!--

Komentář zavřít oddělovač:

-->

Příklady HTML komentářů

Informativní textové komentáře

Pokud chcete ke kódu přidat vysvětlení, použijte informativní textové komentáře.

HTML kód:

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

 

Zobrazení stránky s výsledky:

some text ...
some more text ...

 

Komentování kódu

Pokud chcete kód ponechat neaktivní, použijte komentování kódu.

HTML kód:

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

 

Zobrazení stránky s výsledky:

some more text ...

Generátor kódu HTML komentářů

Zadejte text/kód pro komentář:
Vyberte typ komentáře:
Vygenerovaný kód komentáře:


Viz také

Advertising

WEB HTML
°• CmtoInchesConvert.com •°