Solved

Identify the Media Query That Applies Style Rules Only to Screens

Question 78

Multiple Choice

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
}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions