What is the main purpose of using vendor prefixes in CSS?
- Adding custom styles
- Enhancing browser compatibility
- Ensuring data security
- Improving page load time
Vendor prefixes are used to add specific CSS styles that are only recognized by certain browsers, ensuring better compatibility and consistent styling across different platforms.
Loading...
Related Quiz
- Which file format is commonly used for icon fonts in web development?
- The ________ pseudo-element is often used in creating a clearfix.
- For a CSS Variable to be inherited by all descendants, it should be defined in the :________ pseudo-class.
- A list item's marker can be positioned outside the list item content if the list-style-position property is set to ________.
- What is the difference between position: absolute; and position: fixed; in terms of the reference point for positioning?