Today, Web sites are being increasingly designed based on the principles of "responsive design," usually with a "mobile first" thrust. Hence Internet sites are fashioned for mobile devices with smaller displays and touchscreens first, and then for larger displays (like the PC, etc.). The CSS 3 (Cascading Style Sheets) design language certified by the World Wide Web Consortium (W3C) allows the layout to be adjusted to the given display size.
While a large screen can accommodate information in multiple columns and with illustrations, the smartphone is limited to the most essential information displayed in a single column. This is accomplished via media queries (see below), which apply different style sheets to the HTML document based on the output medium.
HTML Future Proofed
For the first time, HTML5 now propagates scalable vector graphics (SVG) as the universal vector graphics format, yet another milestone in the retreat from pixel-perfect Web sites that do not always perform well in the age of mobile devices. A small pie chart, which requires 32 KB as a PNG bitmap, may need only 4 KB as an uncompressed SVG graphic, which in turn is scalable to any size without loss of quality. Supporting high-resolution displays is no longer a major challenge.
Other innovations introduced with HTML5 include streaming from audio and video as well as other interfaces (JavaScript APIs) for additional functions inside the browser. Such new functions include querying geographical position (geolocation) and browser-based data storage. These features open up whole new worlds for Web applications, ultimately resulting in plug-ins like Flash, which are often not available on mobile devices, falling out of favor. It also appears that HTML has greatly raised awareness of browser interoperability, which significantly cuts overall Web development costs.
In sum, HTML5 and CSS 3 have contributed greatly to the presence of the Internet in everyone's pocket. We buy our train or movie tickets via smartphone more often. A steady stream of new payment systems that use Bluetooth or near field communication (NFC) is arriving on the market. We will probably use our mobile "companion" to make purchases more and more in the future. The EC card and our good old wallet are facing competition.