The CSS property ________ can be used to create custom text outlines that enhance readability for users with low vision.
- font-outline:
- text-outline:
- text-shadow:
- text-stroke:
The correct CSS property for creating custom text outlines is text-outline. It is particularly useful for improving readability for users with low vision by adding a visible border around the text. The text-stroke property is not valid in CSS, and text-shadow is used for adding shadows, not outlines. font-outline is also not a valid CSS property.
Loading...
Related Quiz
- Minifying CSS improves performance primarily by reducing _________ and removing unnecessary ________.
- The box-shadow property can take a value of inset to create a shadow that appears ________ the element's box.
- How do you define a CSS variable within a root element?
- In CSS, the ________ property can be used to specify the number of columns in a multi-column layout.
- When setting borders in CSS, the shorthand property order is border: ________ ________ ________; for width, style, and color, respectively.