explain the purpose of HTML and body tag.
Answers
Answered by
12
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.
Answered by
6
Answer:
- The <html> tag tells the web browser that the text contained between <html> and </ html> is a web page and can be viewed using a web browser.
- The <body> tag tells the web browser that the text contained between <body> and </body> tag is to be shown on the web page. The <body> tag has the following attributes:-
- BGCOLOR
- Text
- back ground
Explanation:
mark me brainliest
Similar questions