What is css responsive layout

一个新手
Release: 2017-09-09 13:29:52
Original
1752 people have browsed it

Cause As more and more smart mobile devices (mobile, tablet devices) join the Internet, the mobile Internet is no longer an independent small network, but has become an important component of the Internet. part. The emergence of responsive web design (RWD/AWD) aims to provide a better experience for mobile devices and integrate various screen sizes and resolutions from desktop to mobile phones, using technology to adapt web pages to small to large (now to Extra large) screens of different resolutions.
Note: Responsive Web Design = RWD, Adaptive Web Design = AWD, the same design below
RWD: Using CSS media query technology
Fluid layout (fluid grids)
Adaptive pictures/videos and other resource materials
(Some optimizations are made for small, medium and large screens, so that the screen space of any size can be fully utilized)
AWD : CSS media query technology (designed only for a limited number of preset screen sizes)
Use Javascript to operate HTML content
Manipulate HTML content on the server side (such as reducing content for mobile terminals, reducing content for desktop terminals Provide more content)
Design Ideas Mobile First (Start from the mobile terminal, RWD): Everything starts from the mobile terminal with the smallest screen (such as 320px for iPhone), first determine the content, and then proceed step by step Large screen design. Different from the original web design, which always starts from 1024px on the desktop computer.

The above is the detailed content of What is css responsive layout. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!