abstract:Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors).
There were times when weusedtables to layoutthe page, now we go mostlywithfloats. However when it comes to RWD (responsive web design) we need hacks over hacks.
If content serving is dynamic depending on desktop or mobile requests, use responsiveWebdesign to handle different content serving using the same URL structure.