Chapter 3, Setting up Media Queries
Question No. |
Answer |
Explanation |
---|---|---|
1 |
a |
The width of the screen is its horizontal width, whichever way the user is holding the device. |
2 |
b |
Assuming you are editing a stylesheet that already has CSS for a desktop site, you should work your way down through the sizes. It does make things easier, but that’s not the main reason. You would only start with the smallest screen width first if you were using the Mobile First approach and building your stylesheet from scratch. |
3 |
c |
Smartphones are 480px wide in landscape mode. |
4 |
a |
As the media query works with |