Answers for "make a comment in html"

1

html comment

<!-- HTML comment
 	any line -->

/* CSS comment 
	any line */

// Javascript comment single line
/* Javascript comment 
	multiline */
Posted by: Guest on April-19-2021
2

html comments

<!-- i am a comment -->
Posted by: Guest on September-22-2020

Browse Popular Code Answers by Language