Answers for "how to comment out in html;"

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
7

how to comment in html

<!-- This is HTML -->
/* This is CSS */
// This is CSS to
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language