InterviewSolution
| 1. |
1. What is responsive web design? 2. How is responsive web design implemented? |
|
Answer» 1. The home page is displayed differently according to the screen size of the browser window (different screen sized devices mobile phone, palm top, 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. 2. It is implemented by using flexible grid layout, images, and media queries:
A well known Malayalam daily Malayala Manorama launched their responsive website. |
|