CBSE Class 10 Computer Applications Question 37 of 79

Basic HTML Elements — Question 2

Back to all questions
2
Question

Question 2

The ............... tag contains the content of your document which gets displayed on the web page of your browser window.

  1. <HEAD>
  2. <BODY>
  3. <HTML>
  4. None of these
Answer

<BODY>

Reason — The <BODY> tag contains the content of our document which gets displayed on the web page of our browser window.