11.) What is the purpose of the -webkit- prefix in CSS?
A) Targeting Microsoft Edge browser
B) Targeting Firefox browser
C) Targeting Safari and Chrome browsers
D) Targeting Opera browser
12.) Which CSS property typically requires a -ms- prefix for compatibility with Internet Explorer?
A) flexbox
B) box-shadow
C) animation
D) border-radius
13.) When should vendor prefixes be removed from CSS properties?
A) Before the feature is widely supported by all browsers
B) After thorough testing and ensuring cross-browser compatibility
C) Immediately after adding them for experimental features
D) Only if the website is designed for modern browsers
14.) Why are vendor prefixes discouraged for production code?
A) They increase the size of CSS files
B) They may cause compatibility issues with future browser versions
C) They are not recognized by any browsers
D) They slow down the rendering of web pages
15.) Which tool is commonly used to automate the generation of vendor prefixes in CSS?
A) CSS Lint
B) CSS Minifier
C) Autoprefixer
D) CSS Validator