Question: In the following media query example, what conditions are being targeted?
- The rule will apply to a device that has either a width of 1024px or wider, or is a screen device in landscape mode.
- The rule will apply to a device that has a width of 1024px or narrower and is a screen device in landscape mode.
- The rule will apply to a device that has a width of 1024px or wider and is a screen device in landscape mode.
- The rule will apply to a device that has a width of 1024px or narrower, or is a screen device in landscape mode.
Answer: The correct answer of the above question is Option A:The rule will apply to a device that has either a width of 1024px or wider, or is a screen device in landscape mode.