Answers for "how to add comment section 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
0

comment html

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

Code answers related to "how to add comment section in html"

Browse Popular Code Answers by Language