Answers for "which of the following options is correct for writing comments along with css code? /* a comment */ // a comment // / a comment /"

CSS
0

css comment

/* Wrap your CSS comments like this */

/* 
You can also do something like this
for multi-line comments...
*/

/*************************
** Or You Can Get Fancy **
**************************
 - Fancy point 1
 - Fancy point 2
*/
Posted by: Guest on July-13-2021

Code answers related to "which of the following options is correct for writing comments along with css code? /* a comment */ // a comment // / a comment /"

Browse Popular Code Answers by Language