________ is a CSS property that controls the presentation of underlines, overlines, and line-throughs applied to text.
- decoration
- line
- style
- text-decoration
The correct option is text-decoration. This CSS property is used to control the presentation of text decorations, including underlines, overlines, and line-throughs. It offers various values to customize the style of text decoration.
Loading...
Related Quiz
- How does the use of custom fonts affect the loading time of a web page?
- How would you select list items that are the only child within their containing unordered list?
- If you want list items to display horizontally rather than vertically, the CSS property to adjust is ________.
- While using a CSS preprocessor, you notice that the compiled CSS has selectors that are excessively long and specific. What might be a potential cause for this in your source files?
- What is the significance of the 'viewport' attribute in an SVG used in a web page?