InterviewSolution
| 1. |
1. What is responsive web design? 2. Why is it gaining importance recently? |
|
Answer» 1. The home page is displayed differently according to the screen size of the browser window (different screen sized devices mobile phone, palmtop, tablet, laptop, and desktop) we used. The website is designed dynamically (flexibly) that suit the screen size of different device introduced by Ethan Marcotte. Before this, companies have to design different websites for different screen sized devices. By responsive web design, companies have to design only one website that suitably displayed according to the screen size of the devices. It is implemented by using flexible grid layout, images and media queries.
A well known Malayalam daily Malaysia Manorama launched their responsive website. 2. Instead of using desktops or laptops many people nowadays visit websites using tablets and mobile phones. Portability is the main reason for this. |
|