Ask 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) 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. 9 September, 06:39
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers