Identify the media query that applies style rules only to screens that are at least 300 pixels wide.?

A. ?@media screen and (min-width: 300px) {    style rules}
B. ?media screen and (@min-width: 300px) {    style rules}
C. ?media screen and (least-width: 300px) {    style rules}
D. ?@media screen and (@minwidth: 300px) {    style rules}

Answer: A

Computer Science & Information Technology

You might also like to view...

Themes are available under the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

Keyword ________ indicates that an element contains parseable character data.

a) PARSEDATA b) NDATA c) CDATA d) PCDATA

Computer Science & Information Technology