- Responsive Web Design with HTML5 and CSS3(Second Edition)
- Ben Frain
- 266字
- 2021-07-16 20:33:54
Chapter 1. The Essentials of Responsive Web Design
Only a few years ago, websites could be built at a fixed width, with the expectation that all end users would get a fairly consistent experience. This fixed width (typically 960px wide or thereabouts) wasn't too wide for laptop screens, and users with large resolution monitors merely had an abundance of margin either side.
But in 2007, Apple's iPhone ushered in the first truly usable phone browsing experience, and the way people access and interact with the Web changed forever.
In the first edition of this book, it was noted that:
"in the 12 months from July 2010 to July 2011, global mobile browser use had risen from 2.86 to 7.02 percent."
In mid-2015, the same statistics system (gs.statcounter.com) reported that this figure had risen to 33.47%. By way of comparison, North America's mobile figure is at 25.86%.
By any metric, mobile device usage is rising ever upwards, while at the other end of the scale, 27 and 30 inch displays are now also commonplace. There is now a greater difference between the smallest and the largest screens browsing the Web than ever before.
Thankfully, there is a solution to this ever-expanding browser and device landscape. A responsive web design, built with HTML5 and CSS3, allows a website to 'just work' across multiple devices and screens. It enables the layout and capabilities of a website to respond to their environment (screen size, input type, device/browser capabilities).
Furthermore, a responsive web design, built with HTML5 and CSS3, can be implemented without the need for server based/back-end solutions.
- Spring 5.0 Microservices(Second Edition)
- Python科學計算(第2版)
- Java面向對象思想與程序設計
- 看透JavaScript:原理、方法與實踐
- PyTorch Artificial Intelligence Fundamentals
- 前端架構:從入門到微前端
- Android Native Development Kit Cookbook
- ASP.NET程序設計教程
- R Data Analysis Cookbook(Second Edition)
- Python深度學習原理、算法與案例
- Extreme C
- Learning Node.js for .NET Developers
- Python自然語言理解:自然語言理解系統開發與應用實戰
- JavaScript從入門到精通(視頻實戰版)
- Hands-On ROS for Robotics Programming