Multiple choice technology web technology

Using CSS3 Media Queries, we can

  1. Associate different business logic for mobile devices

  2. Associate different master page for mobile devices

  3. Associate different style sheet for different screensizes of mobile devices

  4. Find out the multimedia and image formats supported by a given mobile device

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CSS3 Media Queries allow applying different styles based on device characteristics like screen size, orientation, and resolution. They are the core of responsive web design. Media queries do NOT handle business logic (A), master pages (B), or device capability detection (D) - those are server-side or JavaScript concerns.