The first letter

Report a typo

What will be the color of the first letter of the paragraph if the following styles are applied?

p::first-letter {
    color: red;
}

p::first-line {
    color: green;
}

p {
    color: black;
}
Select one option from the list
___

Create a free account to access the full topic