1.

Which of the following is the CSS Extension Prefixes for Webkit?(a) -webkit(b) -o-(c) -web(d) -chromeThe question was posed to me in an internship interview.Question is from CSS Versions topic in division CSS Fundamentals, Colors and Styling of CSS

Answer»

Correct choice is (a) -webkit

The explanation is: BROWSER sometimes adds PREFIXES to non-standard CSS properties. CSS EXTENSION PREFIX for Webkit is -webkit which is supported by almost all ios browsers. -o is used by opera where as -MOZ is used by firefox browser.



Discussion

No Comment Found

Related InterviewSolutions