Report Bug
Qus : How do you add a comment in CSS
Qus आप CSS में टिप्पणी कैसे जोड़ते हैं

A.
B. // Comment
C. /* Comment */
D. # Comment


Solution
C. /* Comment */






Report Bug