Preliminary Exploration of HTML6-you are not mistaken. It is a preliminary study of 6, not 5, and html6.
Preface:HTML5 hasn't made any sense yet. I just saw information about HTML6 on the Internet.
Programmer's job. I just want to say... Head! I want to switch !!!
The original article is as follows:
HTML5 Overview
HTML5 is one of the most popular versions of HTML. It supports audio and video, offline storage, mobile terminals, and tag attributes. You can also use tags such as <article>, <section>, and
HTML6 Outlook
Have you ever wanted to use custom tags in HTML?
For example, use <logo> to display your website logo, and use <toolbar> to display the toolbar.
We often use <div id = "container"> and <div id = "wrapper"> to organize pages, in HTML6, we want to directly use custom tags such as <container> and <wrapper>.
Like XML, HTML6 should support namespace, for example, xmlns: xhtml = "http://www.w3.org/5o/xhtml"
HTML6 sample code:
1 <!DOCTYPE html> 2 3
In the code above, you may have noticed some strange
For example,
HTML6 APIs
Html 6 tags are prefixed with namespaces, such as
1.
1 <!DOCTYPE html>2
2. The
1 <!DOCTYPE html>2
3. The
1 <!DOCTYPE html>2
4.
1 <!DOCTYPE html>2
5. The
1 <!DOCTYPE html>2
6. The
1 <!DOCTYPE html>2
7.
1 <!DOCTYPE html>2
8.
1 <!DOCTYPE html>2
9.
1 <!DOCTYPE html> 2
Tag types
Like HTML5, HTML6 also has two tag types: single tag and double tag)
1
Single tag does not require Terminator '/'
Conclusion
The HTML6 specification has not yet been released. Oscar Godson, the original author of this article, just provided us with an outlook on the HTML6 specification, or some new features that he hoped HTML6 could support.
Original article: A Look Into HTML6-What Is It, and What Does it Have to Offer?