✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Style type = "text / css">
div {
position: static;
}
</ Style>
<Body>
<Div style = "z-index: 2; background: Green;"> 2 </ div>
<Div style = "z-index: l; background: orange"> l </ div>
<Div style = "z-index: 3; background: Blue;"> 3 </ div>
</ Body> :
(CSS)