For accessibility, ensuring proper contrast on high-DPI displays involves adjusting the ________ property accordingly.
- color-contrast
- font-weight
- line-height
- text-rendering
The correct option is color-contrast. Adjusting the color contrast is crucial for accessibility on high-DPI displays, ensuring readability and meeting accessibility standards.
Loading...
Related Quiz
- Which CSS property is used to change the text color of an element?
- In BEM methodology, the __ (double underscore) is used to denote a(n) ________ of a block.
- Which CSS property is used to clip an element to a basic shape like a circle or ellipse?
- How does the ::before pseudo-element differ from the :before pseudo-class in CSS?
- How does the opacity property differ from setting the alpha value in rgba for background colors in CSS?