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.
- Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
- Both Assertion (A) and Reason (R) are true and Reason (R) is not the correct explanation of Assertion (A).
- Assertion (A) is true and Reason (R) is false.
- Assertion (A) is false and Reason (R) is true.
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.