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

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

May 06, 2017 am 11:51 AM

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 of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Table Border in HTML Table Border in HTML Sep 04, 2024 pm 04:49 PM

Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

Nested Table in HTML Nested Table in HTML Sep 04, 2024 pm 04:49 PM

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

HTML margin-left HTML margin-left Sep 04, 2024 pm 04:48 PM

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

HTML Table Layout HTML Table Layout Sep 04, 2024 pm 04:54 PM

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

HTML Ordered List HTML Ordered List Sep 04, 2024 pm 04:43 PM

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Moving Text in HTML Moving Text in HTML Sep 04, 2024 pm 04:45 PM

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

HTML onclick Button HTML onclick Button Sep 04, 2024 pm 04:49 PM

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.

HTML Input Placeholder HTML Input Placeholder Sep 04, 2024 pm 04:54 PM

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

See all articles