Answers for "html comments start with"

3

comment tags

<!-- This is how you do an HTML comment tag -->
 /* This is how you do a comment in the css STYLE section */
 // this is how you do a comment in javascript and php
 # This is a comment in Python
Posted by: Guest on December-10-2020
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

comment html

<!-- Comment comes here -->
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language