- 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.
- Go Web編程
- Python概率統計
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Flutter開發實戰詳解
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- PostgreSQL for Data Architects
- Internet of Things with Intel Galileo
- Hands-On Natural Language Processing with Python
- Python High Performance Programming
- 愛上micro:bit
- LabVIEW虛擬儀器入門與測控應用100例
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- DB2SQL性能調優秘笈
- Java并發實現原理:JDK源碼剖析
- Spark技術內幕:深入解析Spark內核架構設計與實現原理