✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Head>
<Style type = "text / css">
P.line {
line-height: 2;
}
P {
line-height: 1em;
}
</ Style>
</ Head>
<Body>
<P class = "line"> Рядок 1 ... </ p>
<P> 2-й рядок ... </ p>
</ Body>
В якій з рядків встановлений подвійний міжрядковий інтервал?
(CSS)