This article mainly introduces a simple HTML5 preliminary tutorial, which is a method for displaying static text. Friends who need it can refer to it.
HTML5 represents the future; W3C (World Wide Web Consortium) has abandoned XHTML, thus making HTML5 a formal standard and recognized.
HTML5 is the next generation of HTML.
HTML5 will become the new standard for HTML, XHTML and HTML DOM, with the goal of replacing the existing HTML4.01 and XHTML1.0 standards. It hopes to reduce the dependence of Internet Rich Applications (RIA) on Flash, Silverlight, JavaFX, etc.
and provide more APIs that can effectively enhance network applications.
The previous version of HTML was born in 1999. The web world has undergone drastic changes since then.
HTML5 is still in full swing. However, most modern browsers already have some HTML5 support.
HTML5 is the result of W3C's collaboration with WHATWG.
WHATWG is dedicated to web forms and applications, while W3C is focused on XHTML 2.0. In 2006, the two sides decided to cooperate to create a new version of HTML.
Some rules established for HTML5:
The new features should be based on HTML, CSS, DOM, and JavaScript.
Reduce the need for external plugins (such as Flash)
Better error handling
More tags to replace scripts
HTML5 should be device-independent
Development process should be transparent to the public
The easiest HTML5 documentation XML/HTML Code Copy content to clipboard