| 2021 | 94% |
|---|---|
| 2022 | 90% |
| 2023 | 88% |
| 2024 | 92% |
100
75
50
25
0
In order to pass this test, you have to add a viewport meta tag with the appropriate width and initial-scale values like below:
<meta name="viewport" content="width=device-width, initial-scale=1.0">width=device-width sets the width of the viewport to the width of the device.initial-scale=1 sets the initial zoom level when the user visits the page.