Answers for "types of comments 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
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