✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
ПЕРШИЙ ПРИКЛАД
<Body>
<Div style = "display: inline;"> First </ div>
<Div style = "display: block;"> Second </ div>
<Div sty1e = "display: inline;"> Third </ div>
</ Body>
ДРУГИЙ ПРИКЛАД
<Body>
<Div style = "display: block;"> First </ div>
<Div style = "display: inline;"> Second </ div>
<Div style = "display: block;"> Third </ div>
</ Body>
(CSS)