Computer Science, asked by saksham2774, 11 months ago

what is body section

Answers

Answered by kritikasinghania19
2
 body section is a main contain section of web page all contain that will be seen when the user loads the webpage. HTML body section supported all the contains such as text, hyper-links, images, Special Character, lists, tables, frames, forms etc.
Answered by aswin262004
2

The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

A simple example:

<html>

<head>

<title>Title of the document</title>

</head>

<body>

The content of the document......

</body>

</html>


Hope it helps you.

Please rate, comment and like.

Please mark as Brainliest.

Similar questions