Web technologies Questions | CSS Quiz | Set-2 | Question 7
Which of the below is correct way for write comment in CSS code ?
(A) /* content goes here */
(B) // content goes here //
(C) / content goes here /
(D) <‘content goes here’>
Answer: (A)
Explanation: Comment is the way that tells which line of code performs what type of function.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...