Responsive Web Design
WHY THE NEED FOR A RESPONSIVE WEB DESIGN ?
Prior to 2010, majority of websites were designed for desktop, laptops and other ‘large’ screen devices, but due to the proliferation of smart phones, tablets, and other mobile devices, users started opening websites on their phone browsers which wasn’t responsive enough at that time. Then, web developers came up with the idea of creating website in a more responsive manner, that will be compatible with different screen sizes.
A responsive website is flexible in nature, and it is all about creating web pages that looks good on all devices. It is an approach that proposes that web design should respond to user’s behaviour and platform based on screen size and orientation. To design a website, there should be a width either in pixels or percentages, but to design a responsive website, the width must always be in percentages because it is the fraction of a unit. Media queries are utilised in creating a responsive web design and it is more like an ‘if statement’ that tells the website the type of display that should be delivered based on screen size and other parameters given in the media query. There is usually a breaking point when the design starts being inconsistent with the screen size. These breaking points (values) are noted and serves as the basis for the media query.













