Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

In ASP.Net MVC Exam, I got a question like "Because of which one, UI become responsive in different types of screen sizes ?"

1. Javascript, 2. JSON, 3. CSS, 4. HTML

Can you tell me, which one will be the answer ?

Regards.

What I have tried:

I have checked in many sites but i didn't got the answer.
Posted
Updated 2-Nov-17 18:38pm
Comments
ZurdoDev 2-Nov-17 8:21am    
3 and 4 and possibly 1.
Karthik_Mahalingam 2-Nov-17 8:26am    
Patrice T 3-Nov-17 0:46am    
1 3 4

HTML is having intial responsibility to achieve this using
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
Share this answer
 
It is trying to find out if you have the knowledge of Responsive Web Design[^]. Learn it to discover the answer.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900