Explain body tag.........
Answers
Answered by
2
Explanation:
The body tag define's the document body . The body elements contains all the contents of a HTML documents such as headings,paragraphs,images,hyaperlink,table,lists etc.
Answered by
1
Answer:
hi Mark me brainlist
Explanation:
The <body> tag in HTML is used to define the main content present inside an HTML page. It is always enclosed within <html>tag. The <body> tag is the last child of <html> tag. A body tag contains starting as well as an ending tag.
The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body> element in an HTML document
Similar questions