Home  >  Article  >  Web Front-end  >  What can HTML5 do? Detailed explanation of the functions of html5

What can HTML5 do? Detailed explanation of the functions of html5

零下一度
零下一度Original
2017-05-06 11:51:108856browse

Currently, with Html5 technology becoming popular, H5 can be seen everywhere.

What can HTML5 do? Detailed explanation of the functions of html5

##1.png

So what is HTML5

? 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?

HTML (HyperTextMark-upLanguage) is Hypertext Markup Language. It is also a specification and a standard. It uses mark symbols to mark various parts of the web page to be displayed. "Hypertext" means that the page can contain pictures, links, and even non-text elements such as music and programs.

And HTML5 is the fifth version of HTML, referred to as H5. Let’s take a look at the development history of HTML

Hypertext Markup Language
(first edition) - released as an Internet Engineering Working Group (IETF) working draft in June 1993 (not a standard) :

HTML 2.0 - Published as RFC 1866 in November 1995, declared obsolete following the publication of RFC 2854 in June 2000
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

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.

1. HTML5 game development, such as simple WeChat games, masturbation, etc., as well as egret engine, cocos2d-
js

, 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.
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.

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?
Some interesting new features in HTML5:


canvas

element for drawing video and audio elements for media playbackfor local Better support for offline storage
New special content elements, such as article, footer, header, nav, section
New form controls, such as calendar, date, time, email, url, search

New Application
Interface

API

In addition to the original DOM interface, HTML5 adds more APIs, such as:

    Canvas tag for instant 2D
  1. drawing

  2. Scheduled media playback
  3. Offline database storage
  4. Document editing
  5. Drag and drop control
  6. Browsing history management
HTML 5 has two major features:

First, it enhances the performance of Web pages. In addition to drawing two-dimensional graphics, tags for playing
video

and audio are also prepared. Secondly, the functions of web applications such as local database
are added.

I 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.

【Related recommendations】

1.

Free h5 online video tutorial

2.

HTML5 full version manual

3. php.cn original html5 video tutorial

The 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn