Computer Science, asked by nehatelecomsunsss, 5 months ago

The BODY element is placed immediately after the closing tag </HEAD>. ( true or false). plzzz tell fast​

Answers

Answered by sanjaypal146
2

Answer:

true

Explanation:

this is the standard structure of html

<!DOCTYPE html>

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

Similar questions