University of New Hampshire, Department of Computer Science

Information Technology 502
, Intermediate Web Design

Spring 2025

Jump to navigation

Design Template by Anonymous

What is Mobile Design?

Before we can really dive deep into this topic it is important to define just what exactly Mobile Web Design is.

Design Approaches

Example of Mobile Web Design Approaches
Types of Design Approach. Image via medium.

Mobile Web Design is the process of ensuring that a website layout will work on any device usually by using CSS Media Queries. There are multiple different approaches which are used to accomplish this. The most common approaches are Adaptive, Responsive, and Mobile First.

Adaptive:

Responsive:

Mobile First:

While it is much less common than it used to be some websites will include a ".m" prefix in the url. This just means that the website is a mobile version of the original website. This is not a recommended approach as it requires maintaining two different versions of the same website.

Why is it Important?

Example of Mobile Web Design Approaches
Amount of website traffic from ONLY smartphones. Via Statista.

Mobile Web Design is important because of the amount of traffic that comes from mobile devices. According to Statista, in 2024, 61% of all website traffic came from mobile devices. It should be noted that the above figure is showing traffic from only smartphones and not tablets. This number is only expected to keep growing as more and more people around the world gain access to smartphones and the internet/mobile services. This means that if your website is not optimized for mobile devices, you will be missing out on a large number of users.

SEO and Mobile Design