Detailed explanation of the difference between adaptive and responsive analysis in vernacular

Detailed explanation of the difference between adaptive and responsive analysis in vernacular

Based on daily development experience and relevant online information, the difference between adaptive and responsive is analyzed in simple and easy-to-understand language. Note: This article only analyzes the difference between adaptive and responsive and understands the background of their origin, not discussing how to use them

1. What is adaptive layout?

Adaptive layout is a layout that adapts to the width of the web page. On devices of different sizes, the width of the web page is scaled in proportion to present the same main content and layout.

Adaptive layout demonstration diagram:

As the screen width increases, the web page content also increases in proportion. Regardless of the screen width, the main layout of the web page is always the same

2. What is responsive layout?

Responsive layout means that the content layout of the page will automatically adjust according to the screen size, presenting a better user experience.

Responsive layout demonstration diagram:

As the screen width is scaled, the page will adjust accordingly, and the layout and displayed content will change.

1. Background of adaptive layout

In the early days of the PC era, web designers would design pages with a fixed width. The earliest computer monitors had a limited variety of resolutions because there were so few computers at the time. Later, as the number of monitor types increased and laptops and tablets became more popular, problems arose with this fixed-width page. So a new layout method emerged, width adaptive layout. The adaptive layout we usually talk about mostly refers to the width adaptive layout

Later, the Internet war expanded from PCs to mobile phones, and the HTML5 standard was released. Adaptive layout has also extended from PC to mobile phones, and adaptive layout has become popular and a necessary requirement for web design.

2. The background of responsive layout

Although adaptability has become a necessary requirement for web design, it still exposes a problem. If the screen is too small, even if the web content can be adapted according to the screen size, when viewed on a small screen, the content will feel too crowded, reducing the user experience. At this point, the concept derived to solve this problem is responsive layout. It can automatically detect the screen width and adjust accordingly. The layout and content of the website will change.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

<<:  Detailed explanation of JavaScript's Set data structure

>>:  The table tbody in HTML can slide up and down and left and right

Recommend

Vue implements graphic verification code login

This article example shares the specific code of ...

Introduction to the use of MySQL source command

Table of contents Thoughts triggered by an online...

How to use JavaScript strategy pattern to validate forms

Table of contents Overview Form validation withou...

Vue project implements left swipe delete function (complete code)

Achieve results The code is as follows html <t...

MySQL Installer 8.0.21 installation tutorial with pictures and text

1. Reason I just needed to reinstall MySQL on a n...

Example of how to install kong gateway in docker

1. Create a Docker network docker network create ...

How to debug loader plugin in webpack project

Recently, when I was learning how to use webpack,...

MySQL 8.0 New Features: Hash Join

The MySQL development team officially released th...

Summary of 50+ Utility Functions in JavaScript

JavaScript can do a lot of great things. This art...

Browser compatibility summary of common CSS properties (recommended)

Why do we need to summarize the browser compatibi...

JavaScript+html implements random QR code verification on front-end pages

Share the cool front-end page random QR code veri...

MySQL 5.7.18 winx64 installation and configuration method graphic tutorial

The installation of compressed packages has chang...