Respuesta :

Ben

Answer:

The body tag.  (<body></body>)

Explanation:

A very basic webpage may be formatted like this:

<html>

<head>

<title>Hello, World!</title>

</head>

<body>

<h1>Hello, World!</h1>

</body>

</html>

In this case, the body tag holds an h1 tag, which is visible to the user.

Answer:

The Body Tag

Explanation:

As we know that, in a proper web pages, body tag holds all of a web pages visible in HTML document.

Coding:

<BODY>

Brainly is the largest learning application software of the world.

</BODY>

Output:

Brainly is the largest learning application software of the world.