[amp_mcq option1=”scrollbar-color” option2=”scrollbar-highlight” option3=”scrollbar-highlight-color” option4=”scrollbar-highlight-background” correct=”option3″]
The correct answer is: C. scrollbar-highlight-color
The scrollbar-highlight-color CSS property defines the color of the highlight on a scroll bar and scroll arrows.
The scrollbar-color CSS property defines the color of the scrollbar track and thumb.
The scrollbar-highlight CSS property is deprecated and should not be used.
The scrollbar-highlight-background CSS property is not a valid CSS property.
Here is an example of how to use the scrollbar-highlight-color CSS property:
css
scrollbar-highlight-color: red;
This will set the color of the highlight on a scroll bar and scroll arrows to red.