Answers for "what is the correct syntax of a comment in css?"

CSS
-1

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 "what is the correct syntax of a comment in css?"

Browse Popular Code Answers by Language