What is RWD ?

 Posted by Rajkatie on 1/26/2013 | Category: CSS 3 Interview questions | Views: 4588 | Points: 40
Answer:

Responsive web design (often refer as RWD) is a technique in which designed page(s) is is perfectly display on every screen size and device (e.g desktop,mobile etc).

A page designed with RWD uses CCS3 media queries and scalable images.

Responsive Web design requires all three features to be implemented.
1) Media queries and media query listeners
2) A flexible grid-based layout that uses relative sizing.
3) Flexible images and media, through dynamic resizing or CSS.


Source: msdn.microsoft.com | | Alert Moderator 

Comments or Responses

Login to post response