3.
Which element is used to define the structure of an HTML document's body?
<section>
<head>
<div>
<body>
Correct: D
The <body> element is used to define the main content of an HTML document and holds all the visible content such as text, images, links, etc. It represents the actual content of the webpage that will be displayed in the browser window.