CBSE Class 10 Computer Applications Question 167 of 176

HTML I — Basic HTML Elements — Question 40

Back to all questions
40
Question

Question 28

What all tags are required in every HTML page ?

Answer

The following tags are required in every HTML page:

  1. <HTML>...</HTML>
  2. <HEAD>...</HEAD>
  3. <BODY>...</BODY>