answersLogoWhite

0

What is the effect in the body?

User Avatar

Anonymous

12y ago
Updated: 2/8/2023

The <body></body> tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page.

<html>

<head>

<title>Title</title>

</head>

<body>

Stuff goes here...

</body>

</html>

User Avatar

Vivien Metz

Lvl 10
2y ago

What else can I help you with?