InterviewSolution
Saved Bookmarks
| 1. |
What is Responsive Web Design and why is it important? |
|
Answer» Responsive Web Design means creating web pages that can easily be scaled across devices of different resolutions. The STRUCTURE of the web page will be automatically adjusted across VARIOUS platforms and devices to ensure an optimal viewing EXPERIENCE for all users. This is done without losing any information or screen TEARING. Following the principle of flexibility, a responsive web page adapts to the size of the screen. Responsive websites USE CSS media queries and flexible grids to change styles based on different factors related to the device, such as display type, width, and height. |
|