Answers for "How can we write comment along with CSS code ? *"

CSS
0

css comment

/* CSS comment 
	any line */

<!-- HTML comment
 	any line -->

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

Code answers related to "How can we write comment along with CSS code ? *"

Browse Popular Code Answers by Language