CBSE Class 10 Computer Applications Question 28 of 56

Cascading Style Sheets (CSS) — Question 9

Back to all questions
9
Question

Question 9

Which of the following characters are used to add comments in CSS?

  1. #
  2. <!--
  3. //
  4. None of these
Answer

None of these

Reason — In CSS, comments are placed between /* and */.