Responsive Design & Media Queries Flashcards
1
Q
<p>What is the difference between <i>adaptive</i> and <i>responsive</i> design?</p>
A
Adaptive design uses fixed style CSS and applies media breakpoints to the code to adjust for different screen sizes.
<p>Responsive design incorporates <b>percentage based layouts</b> and media queries to provide a more seamless scaling at multiple screen sizes.</p>
2
Q
What is a meta viewport tag?
A
A meta viewport tag is an HTML element that gives the browser rules on how to control the page’s dimensions and scaling across devices.