CSS-media-queries-Q&A Flashcards

1
Q

Give two examples of media features that you can query in an @media rule.

A
  1. To conditionally apply styles with the CSS @media and @import at-rules.
  2. To target specific media for the , , , and other HTML elements with the media= attribute.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which HTML meta tag is used in mobile-responsive web pages?

A

meta-viewport.html

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