InterviewSolution
Saved Bookmarks
| 1. |
Which of the following browsers use Webkit?(a) Chrome(b) Internet Explorer(c) Safari(d) Both Chrome and Safari |
|
Answer» Correct choice is (d) Both Chrome and Safari Explanation: WebKit is a browser engine used in Apple’s Safari browser and other products. Webkit is what Chrome and Safari use, and is your target for most mobile web development since it is used as the layout or rendering engine for Android devices as well as mobile Safari for iOS devices and the Silk browser on Kindle Fires. |
|