InterviewSolution
Saved Bookmarks
| 1. |
Which value will define the viewport width?(a) width(b) resolution(c) pointer(d) update |
|
Answer» Right choice is (a) width For explanation: Width specifies the width of the viewport, update specify how quickly can output device modify the appearance of the content, the scan is set for scanning process of the output device, the resolution of output device using dpi or dpcm is by resolution. |
|