Computer Science, asked by thanos202072, 2 months ago

Explain the use of <body>?.​

Answers

Answered by IamNotDrunk04
1

Answer:

HTML <body> tag defines the main content of an HTML document which displays on the browser. It can contain text content, paragraphs, headings, images, tables, links, videos, etc. This tag is required for every HTML document and should only use once in the whole HTML document. ...

Explanation:

Hope it helps you...

Answered by 7117
1

Answer:

When writing in HTML the body tag is used to contain a web page's content including hyperlinks, images, tables, text, etc.  The following sections contain information about this tag, including related attributes and browser compatibility.

Explanation:

Similar questions