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;
}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;
}Create a free account to access the full topic