InterviewSolution
Saved Bookmarks
| 1. |
Which of the following Viewport Property sets the initial scaling factor?(a) scale(b) initial-scale(c) minimum-scale(d) user-scaleI have been asked this question in a national level competition.The doubt is from Targeting Styles with Media Queries topic in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT ANSWER is (B) initial-scale The BEST EXPLANATION: Self-explainatory. |
|