html5 features include: 1. Semantic tags; 2. Enhanced forms; 3. Video and audio; 4. Canvas drawing; 5. SVG drawing; 6. Geolocation; 7. Drag and drop API; 8. WebWorker; 9. WebStorage; 10. WebSocket.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
In general, html5 has ten more new features than html4, but it does not support ie8 and browsers below ie8
Semantic Tags
Enhanced Forms
Video and Audio
Canvas Drawing
SVG Drawing
Geolocation
Drag and Drop API
WebWorker
WebStorage
WebSocket
1. Semantic tags
#html5 semantic tags can make it easier for developers to clearly build the layout of the page
##2. Enhanced form
html5 modifies some new input input features to improve better input control and verification3. Audio and video
##Related recommendations: "
html video tutorialThe above is the detailed content of What are the features of html5. For more information, please follow other related articles on the PHP Chinese website!