What does the viewport meta tag do?
- A Sets the page title
- B Tells mobile browsers to use the device width rather than a default virtual width
- C Defines the favicon
- D Controls the print layout
Answer
Tells mobile browsers to use the device width rather than a default virtual width
Without it, mobile browsers assume a viewport around 980px wide and scale the page down, breaking responsive layouts entirely.





