CBSE Class 10 Computer Applications
Question 58 of 79
Basic HTML Elements — Question 1
Back to all questions 1
Question Question 1
Define the <BODY> tag in HTML.
The <BODY> tag is the largest part of the HTML document. It contains the content that appears on a web page when viewed in a browser. Within the <BODY> tag, various formatting elements can be incorporated, such as images, headings, lists, and hypertext links to enhance the appearance of a web page.