Which CSS property defines the style of the text underline?
- text-decoration-style
- text-style
- text-underline
- underline-style
The text-decoration-style property in CSS defines the style of the text underline, allowing customization of the appearance of underlined text. It can take values like solid, dashed, or double to control the underline style.
Loading...
Related Quiz
- The ________ property in Flexbox can be used to set the order in which a flex item appears within a flex container.
- What is the main advantage of using SCSS over plain CSS?
- In the context of CSS best practices, what is the advantage of using shorthand properties?
- How can media queries be used to apply styles based on device features other than screen size?
- The ________ filter in CSS is used to adjust the brightness of an element.