CBSE Class 10 Computer Applications Question 12 of 31

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

Back to all questions
12
Question

Question 12

Assertion (A): CSS saves a lot of work. It can control the layout of multiple web pages all at once.
Reason (R): All the required style settings can be stored in an external stylesheet and a link to it can be added in the <head> section of each web page.

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

Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).

Reason — Assertion (A) is true as CSS can indeed save a lot of work by allowing us to apply consistent styles to multiple web pages simultaneously.
Reason (R) is true as an external style sheet can be linked in the <head> section of each web page. Linking saves time on the part of the website developer.