html komments code example
Example 1: Kommentar html
<!--Das ist ein Kommentar. Kommentare werden im Browser nicht angezeigt-->
<p>Das wäre ein Paragraph.</p>
Example 2: comment in html
<!-- a comment in html -->
Example 3: how do i comment in htmle
<div>
<p>This text is visible. Check the source code for multi-line comment.</p>
<!--
Hello, world! I am a comment and I am
displayed in multiple lines!
-->
</div>
Example 4: kommentar html
<!-- Comment -->