DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
CSS
Without the viewport meta tag, what does a mobile browser typically do when rendering a page?
A
It refuses to render the page at all
B
It renders at a virtual desktop-like width (e.g. ~980px) and scales the result down to fit the screen, so media queries evaluate against the wrong width
C
It automatically applies mobile-first CSS regardless
D
There is no difference in behavior with or without the tag
Check Answer