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 :
<html> </html>&<body> </body><body> </body>& at least one<p><html> </html>&<head> </head>
<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.