The vendor prefix ________ is used for CSS properties in Chrome and Safari browsers.
- -moz-
- -ms-
- -o-
- -webkit-
Vendor prefixes are used to enable browsers to support experimental or proprietary CSS properties. In this case, -webkit- is used for Chrome and Safari browsers.
Loading...
Related Quiz
- A style rule with a complex selector is not being applied as expected on a website. What should a developer investigate about the selector to determine why it has lower specificity than anticipated?
- What is the purpose of the CSS line-height property?
- The CSS function rgba() stands for red, green, blue, and ________, which controls transparency.
- A child element does not inherit the __________ property from its parent by default in CSS.
- What does the animation-fill-mode property do in a CSS animation?