Oznaka HTML komentarja | Primeri komentarjev HTML | Generator kod za komentarje HTML
<!-- This is an HTML comment --/
Ločilo odprtega komentarja:
<!--
Ločilo komentarja blizu:
--/
Če želite kodi dodati pojasnila, uporabite informativne besedilne komentarje.
Koda HTML:
<!-- this is a single line comment --/
<p/ some text ... </p/
<!--
this is
a multiline
comment
--/
<p/ some more text ... </p/
Pogled strani z rezultati:
some text ...
some more text ...
Če želite, da koda ostane neaktivna, uporabite komentiranje kode.
Koda HTML:
<!-- <p/ some text ... </p/ -->
<!--
<p> some text ... </p>
<p> some text ... </p>
-->
<p> some more text ... </p>
Pogled strani z rezultati:
some more text ...
Advertising