CBSE Class 10 Computer Applications Question 11 of 31

Sample Question Paper — Question 11

Back to all questions
11
Question

Question 11

Assertion (A): The head section of HTML defines the overall basic layout of an HTML document.

Reason (R): The title section contains the text and other content included in a web page that is displayed in its browser view.

  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

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

Reason — The head section of HTML contains character set, styles and links to external resources that defines the overall basic layout of an HTML document.
The body section and not the title section contains the text and other content included in a web page that is displayed in its browser view.