CBSE Class 10 Computer Applications Question 12 of 31

Solved 2023 Question Paper CBSE Class 10 Computer Applications (165) — Question 12

Back to all questions
12
Question

Question 12

Assertion (A) : <br> is a container tag.
Reason (R) : HTML elements that have both opening and closing tags are considered container tags.

  1. Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
  2. Both Assertion (A) and Reason (R) are true and Reason (R) is not the correct explanation of Assertion (A).
  3. Assertion (A) is true and Reason (R) is false.
  4. Assertion (A) is false and Reason (R) is true.
Answer

Assertion (A) is false and Reason (R) is true.

Reason — Assertion (A) is false as <BR> is an empty tag and it doesn't require a closing tag. Reason (R) is true as container tags in HTML have both opening and closing tags.