Currently, with Html5 technology becoming popular, H5 can be seen everywhere.
? What can HTML5 do? Here I will briefly write down my understanding, which may not be correct. Its powerful functions require us to continue to learn and explore. This road of technology will never end. As long as you find your fun, you will find that you will not be tired no matter how long you walk. Let’s first take a look at what is HTML?
And HTML5 is the fifth version of HTML, referred to as H5. Let’s take a look at the development history of HTMLHypertext Markup Language
(first edition) - released as an Internet Engineering Working Group (IETF) working draft in June 1993 (not a standard) :1. HTML5 game development, such as simple WeChat games, masturbation, etc., as well as egret engine, cocos2d-HTML 2.0 - Published as RFC 1866 in November 1995, declared obsolete following the publication of RFC 2854 in June 2000
So what can H5 do? First of all, H5’s functions are very powerful, far more than what I know. Here I will briefly talk about some of the functions I know. Bar. Maybe it’s really just the tip of the iceberg for H5.
HTML 3.2 - January 14, 1997,
W3C
Recommended StandardHTML 4.0 - December 18, 1997, W3C Recommended Standard HTML 4.01 (minor improvement) - December 24, 1999, W3C Recommended Standard
HTML 5 - 2014 On October 28, 2018, W3C recommended standard
jsSome interesting new features in HTML5:, etc. 2. The website includes PC and mobile terminals, and the responsive website adapts to different terminals. 3. Hybrid App refers to an app between web-app and native-app. Although it looks like a Native App, it only has one UI WebView, which accesses a Web App, such as The initial application of Jiepang.com was a client shell, which was actually an HTML5 web page. Only later did it launch a real native application.
There are many, many more things HTML5 can do, and I only know the tip of the iceberg. Next, let’s take a look at what functions H5 has more than the previous HTML?
4. Based on the development of the WeChat platform, WeChat opens JSSDK so that H5 developers can call the underlying functions to implement scanning, card rolls, WeChat payment, and other operations
5. Zhang Xiaolong, the father of WeChat, also said not long ago , WeChat is about to launch an application account, no need to download, no need to
update
. H5 will play a big role here.
canvasInterfaceelement for drawing video and audio elements for media playbackfor local Better support for offline storage
New Application
New special content elements, such as article, footer, header, nav, section
New form controls, such as calendar, date, time, email, url, search
(API)
In addition to the original DOM interface, HTML5 adds more APIs, such as:HTML 5 has two major features:First, it enhances the performance of Web pages. In addition to drawing two-dimensional graphics, tags for playing
videoI repeat: H5 is so powerful that we need to continue to learn and explore. This road of technology will never end. As long as you find your fun, you will find that you will not be tired no matter how long you walk.and audio are also prepared. Secondly, the functions of web applications such as local database
are added.
【Related recommendations】
1.
Free h5 online video tutorialHTML5 full version manualThe above is the detailed content of What can HTML5 do? Detailed explanation of the functions of html5. For more information, please follow other related articles on the PHP Chinese website!