Answers for "commenting in html page"

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

Browse Popular Code Answers by Language