Multiple choice technology web technology

Which of the following is an example of client side solution?

  1. Use different master page for mobile devices

  2. Use different Cascading Style Sheet (CSS) to layout the web page in an optimal manner on mobile device

  3. Use different web pages for mobile devices.

  4. Combination of 1 & 3

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

CSS is a client-side technology that runs in the browser to control visual presentation. Using different CSS for mobile devices allows responsive adaptation without server-side changes. Master pages (A) are server-side constructs, and separate web pages (C) require server-side routing - neither are client-side solutions.