0 votes
137 views
in MEAN by (0 points)
closed by
A web page that you are developing will be accessed from various types of devices. The appropriate display resolution must be selected dynamically based on the device on which the web page is accessed. Mobile devices with a maximum width of 480 pixels must be able to use the page. Which option would you choose to ensure that the page is rendered appropriately on all devices?
closed

1 Answer

0 votes
by (0 points)
 
Best answer
@media screen and (min-width 100px) and (max-width:480px)

Related questions

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...