Answers for "how can we write comment along with css code ? /* a comment */ // a comment // / a comment / <' a comment'>"

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

Browse Popular Code Answers by Language