Home > Article > Web Front-end > what html5 can do
What html5 can do: 1. Local storage; web APPs developed in HTML5 have shorter startup time and faster Internet speed. 2. Easier implementation of multimedia, adding video and audio to web pages; 3. Implementation of three-dimensional graphics and animation; 4. Better use of CSS3 to create richer rendering effects.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
HTML5 is the fifth major revision of Hypertext Markup Language (HTML), an application under Standard Universal Markup Language, the core language of the World Wide Web. HTML5 is actually a collection of technologies, which includes HTML5, CSS3, JS and other technologies.
Use of HTML5
1. Local storage
Web APP developed based on HTML5 has shorter startup time and faster network speed. These all benefit from HTML5 APP Cache and local storage functions.
2. Implementing multimedia is easier
Using HTML5's
3. Three-dimensional graphics and animation
HTML5’s 3D engine can more easily achieve 3D effects and is more realistic.
4. Application of CSS3
CSS3 provides more CSS properties and can create richer rendering effects.
For more programming related knowledge, please visit: Programming Video! !
The above is the detailed content of what html5 can do. For more information, please follow other related articles on the PHP Chinese website!