Answers for "html documentation comments"

4

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>
Posted by: Guest on October-25-2020
0

hmtl comment

<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language