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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly