CBSE Class 10 Computer Applications Question 20 of 176

HTML I — Basic HTML Elements — Question 18

Back to all questions
18
Question

Question 18

Every HTML document must include the tags :

  1. <html> </html> & <body> </body>
  2. <body> </body> & at least one <p>
  3. <html> </html> & <head> </head>
Answer

<html> </html> & <body> </body>

Reason — Every HTML document must include <html> </html> & <body> </body> tags. <html> </html> tags are used to mark the beginning and end of an HTML document. The <body> </body> tags define a document's body.