Valid Web-Development-Applications Dumps shared by ExamDiscuss.com for Helping Passing Web-Development-Applications Exam! ExamDiscuss.com now offer the newest Web-Development-Applications exam dumps, the ExamDiscuss.com Web-Development-Applications exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Web-Development-Applications dumps with Test Engine here:
Which type of operation should a developer use to set a condition when adding a media query?
Correct Answer: C
> "Media queries rely on Boolean logic to define conditions. Keywords like `and`, `or`, and `not` are used to combine or negate media features." Example: ```css @media screen and (min-width: 600px) and (max-width: 900px) ``` References: * MDN Web Docs: Media Queries - Logical Operators * CSS Media Queries Level 4 Specification ---