What is webkit and moz in css and when use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is webkit and moz in css and when use?

25th Jun 2021, 5:37 PM
Ashish Gupta
Ashish Gupta - avatar
6 Answers
+ 2
browsers do not "handle css differently"... but browsers handle new features for some times with specific 'vendor prefixed' properties, before supporting css properties by following the exact css properties specification... -moz- is firefox engine vendor prefix -webkit- is webkit (chrome/safari) engine prefix -ms- is microsoft engine(s) prefix -o- is opera engine vendor prefix
25th Jun 2021, 7:53 PM
visph
visph - avatar
+ 2
visph thank u
26th Jun 2021, 12:38 AM
Ashish Gupta
Ashish Gupta - avatar
+ 1
~ Browsers handle css differntly. So moz f.e. is specific for firefox and so on. If you use Sass to create your css, sass will take care of that.
25th Jun 2021, 6:47 PM
Fu Foy
Fu Foy - avatar
+ 1
~ :)
26th Jun 2021, 7:57 AM
Fu Foy
Fu Foy - avatar
+ 1
These are the vendor-prefixed properties offered by the relevant rendering engines ( -webkit for Chrome, Safari; -moz for Firefox, -o for Opera, -ms for Internet Explorer). Typically they're used to implement new, or proprietary CSS features, prior to final
27th Jun 2021, 11:06 AM
Prachi Rajgor
Prachi Rajgor - avatar
- 3
What are search engines and when should you use them? Hint: the answer to the second part of the question has three letters, starts with "n", ends with "w", and includes an "o".
25th Jun 2021, 6:14 PM
Simon Sauter
Simon Sauter - avatar