text-font
text-format
text-color
text-decoration-color
Answer is Wrong!
Answer is Right!
The correct answer is D. text-decoration-color.
text-decoration-color is a CSS property that sets the color of any text decoration,
288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/>
Subscribe on YouTube
such as underlines, overlines, and strike throughs.
text-font is a CSS property that sets the font family, font style, and font size of text.
text-format is a CSS property that sets the text alignment, text indent, and text transform of text.
text-color is a CSS property that sets the color of text.
Here is an example of how to use the text-decoration-color property:
css
p {
text-decoration-color: red;
}
This will set the color of all text decorations in the paragraph to red.