CBSE Class 10 Computer Applications
Question 12 of 31
Solved Sample Paper 1 — Question 12
Back to all questions 12
Question 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.
- Both A and R are true and R is a correct explanation of A.
- Both A and R are true but R is not a correct explanation of A.
- A is true and R is false.
- A is false and R is true.
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.