Question: In the following media query example, what conditions are being targeted?

  1. The rule will apply to a device that has either a width of 1024px or wider, or is a screen device in landscape mode.
  2. The rule will apply to a device that has a width of 1024px or narrower and is a screen device in landscape mode.
  3. The rule will apply to a device that has a width of 1024px or wider and is a screen device in landscape mode.
  4. 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.