- Responsive Web Design with HTML5 and CSS3(Second Edition)
- Ben Frain
- 161字
- 2021-07-16 20:33:54
Defining responsive web design
The term, "responsive web design" was coined by Ethan Marcotte in 2010. In his seminal A List Apart article (http://www.alistapart.com/articles/responsive-web-design/), he consolidated three existing techniques (flexible grid layout, flexible images/media, and media queries) into one unified approach and named it responsive web design.
Responsive web design in a nutshell
Responsive web design is the presentation of web content in the most relevant format for the viewport and device accessing it.
In its infancy, it was typical for a responsive design to be built starting with the 'desktop', fixed-width design. Content was then reflowed, or removed so that the design worked on smaller screens. However, processes evolved and it became apparent that everything from design, to content and development, worked much better when working in the opposite direction; starting with smaller screens and working up.
Before we get into this, there are a couple of subjects I'd like to address before we continue; browser support and text editors/tooling.
- Learn TypeScript 3 by Building Web Applications
- Mastering Visual Studio 2017
- 從零開始:數字圖像處理的編程基礎與應用
- Pandas Cookbook
- R語言游戲數據分析與挖掘
- 學Python也可以這么有趣
- Python完全自學教程
- 機器學習與R語言實戰
- 時空數據建模及其應用
- 從零開始學Python網絡爬蟲
- Red Hat Enterprise Linux Troubleshooting Guide
- C#面向對象程序設計(第2版)
- JavaScript編程精解(原書第2版)
- INSTANT LESS CSS Preprocessor How-to
- Puppet 5 Beginner's Guide(Third Edition)