Answers for "How to write an HTML Comment"

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

Code answers related to "How to write an HTML Comment"

Browse Popular Code Answers by Language