Beginner HTML & CSS
Q17 / 100

What is the correct syntax for a CSS comment?

Correct! Well done.

Incorrect.

The correct answer is C) /* comment */

C

Correct Answer

/* comment */

Explanation

CSS comments are written between "/*" and "*/" and can span multiple lines.

Progress
17/100