CBSE Class 10 Computer Applications Question 12 of 31

Solved Sample Paper 1 — Question 12

Back to all questions
12
Question

Question 12

Assertion (A) If any one wants to display content in an HTML page without any bullets or number then he/she can choose <DL> tag.

Reason (R) <DL> is a definition list that shows elements without any bullets or numbers in front of them.

  1. Both A and R are true and R is a correct explanation of A.
  2. Both A and R are true but R is not a correct explanation of A.
  3. A is true and R is false.
  4. A is false and R is true.
Answer

Both A and R are true and R is a correct explanation of A.

Reason — Definition List tag displays content without any bullets and numbers. Thus, if any one wants to display content in an HTML page without any bullets or number then he/she can choose <DL> tag.