✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Style>
body {margin: 0;
padding: 0
}
.first {
background: Aqua;
position: absolute;
left: 100px;
top: 50px;
margin: 100px;
padding: 10px
}
</ Style>
<Body>
<Div class = "first"> First </ div>
</ Body>
</ Html>
(CSS)