Wednesday, March 25, 2015

Responsive web design

     1. what is responsive web design?
 
  Responsive web design is aimed for an optimal viewing experience on all devices. Such as mobile, tablet, and desktop. Making your website responsive to the needs of all devices will help determine the success of your website.

     2. why has responsive web design become so important?
    
 Smartphones and tablets have changed the approach toward design and user experience. and now more mobile devices are browsing the internet than even desktop users. So responsive design has become very important.

     3. what are media queries?

media query consists of a media type and at least one expression that limits the style sheets' scope by using media features, such as width, height, and color. Media queries, added in CSS3, let the presentation of content be tailored to a specific range of output devices without having to change the content itself.  (https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries)

     4. what are breakpoints?

Breakpoints are a pause in the program to prevent bugging.






No comments:

Post a Comment