Ask Question
14 May, 04:23

When you use media queries for responsive web design, : a) the styles for one media query are inherited by the media queries that follow b) the styles for each media query are independent c) the first media query sets the styles for the largest device d) the first media query sets the styles for the smallest device

+5
Answers (1)
  1. 14 May, 05:20
    0
    a) the styles for one media query are inherited by the media queries that follow.

    Explanation:

    In Computer programming, when you use media queries for responsive web design, the styles for one media query are inherited by the media queries that follow.

    Media queries are simple filter design that can be applied to cascaded style sheets (css).

    Depending on the size of the viewport, media queries makes it easy to tweak styles depending on parameters such as width, orientation, height, resolution and display type of the device rendering the data.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When you use media queries for responsive web design, : a) the styles for one media query are inherited by the media queries that follow b) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers