Answers for "commenti in html"

7

how to comment in html

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

html single line comment

There is not any single line comment in HTML 
we use single line or multiline comment with the help of same syntax that is 
<!-- Comment here -->
Posted by: Guest on August-26-2021
1

html comment

<!--this is comment-->
Posted by: Guest on October-08-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