You are going to develop an ASP.NET MVC which support both browser and mobile device. For mobile device, you only want support device with relatively small screens. Which of the following option you should use to accomplish this task?

 Posted by Rajkatie on 1/31/2015 | Category: ASP.NET MVC Interview questions | Views: 22283 | Points: 40
Select from following answers:
  1. @media (max-width:768px)
  2. @media (min-width:1200px)
  3. none of above
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response