MCQ
Which CSS property is used to set the viewport dimensions?
Responsive Web Design
A viewport-width
B width and height
C content
D zoom
Explanation

The CSS width and height properties can be used to set the viewport dimensions, though they're typically controlled via the viewport meta tag.