Answers for "html add comment"

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 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