Responsive Web Design

Practice Responsive Web Design MCQs covering responsive layouts, media queries, flexible grids, Flexbox, CSS Grid, responsive images, mobile-first design, breakpoints, viewport settings, and modern responsive design techniques.

99 MCQs available

Start Course Browse MCQs
A em is based on parent font size; rem is based on root font size
B em is for margins; rem is for padding
C They are the same
D em is deprecated; rem is modern
A To store values that can be reused and changed in media queries
B To create JavaScript-like variables
C To store only colors
D To create CSS animations
A Making forms colorful
B Making form elements large enough for touch interaction
C Adding form animations
D Using complex validation
A Sets the viewport width equal to the device's screen width
B Sets the viewport width to a fixed value
C Sets the viewport width to half the device width
D Sets the viewport width to the desktop width
A Displaying all navigation links in a row
B Using a hamburger menu with JavaScript
C Hiding all navigation links
D Using a fixed sidebar
A It's not important
B It improves readability and usability across devices
C It makes websites faster
D It is only for aesthetics
A Positions the image within its container
B Sets the image in the center
C Adds a border to the image
D Changes image opacity
A A library of design patterns for different screen sizes
B A collection of static mockups
C A set of color swatches
D A font collection
A Using grid-template-columns with repeat and minmax
B Using fixed pixel columns
C Using float grid systems
D Using table layouts
A It provides a fixed grid system
B It offers a responsive 12-column grid with breakpoints
C It is only for desktop layouts
D It is not responsive
A Responsive is fluid; adaptive has fixed breakpoints
B Responsive is older; adaptive is newer
C They are the same thing
D Adaptive uses more CSS; responsive uses more JavaScript
A A website that works on all devices without horizontal scrolling
B A website that works only on mobile
C A website that uses only fixed widths
D A website that looks the same on all devices
A For better user experience on touch devices
B For faster loading
C For better SEO
D For easier maintenance
A To display multiple images in a gallery
B To provide art direction across different devices
C To create image slideshows
D To style images
A To create websites that look the same on all devices
B To create websites that adapt to different screen sizes and resolutions
C To make websites slower
D To use only JavaScript for layout
A Improved SEO
B Better user experience
C Easier website maintenance
D Increased development complexity without benefits
A Having the same content on all devices
B Having better content on larger screens
C Having less content on mobile devices
D Only showing content on desktop
A Using only large images
B Using srcset with different resolution options
C Using only small images
D Not including images in responsive design
A To detect the device's orientation (portrait or landscape)
B To orient images
C To set the page orientation
D To change text direction