InterviewSolution
Saved Bookmarks
| 1. |
Which of the following unit represent the viewport’s width?(a) vh(b) vmin(c) vw(d) chThis question was addressed to me by my college professor while I was bunking the class.This intriguing question comes from Specifying sizes, colors and files in chapter CSS Fundamentals, Colors and Styling of CSS |
|
Answer» CORRECT CHOICE is (C) vw The BEST EXPLANATION: Self-explainatory. |
|