✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Style>
p: first-line {
background: Blue;
font-size: 150%;
}
p: first-letter {
font-size: 200%;
}
p {
font-size: 100%;
background: Orange;
}
</ Style>
(CSS)