The new elements of HTML5 are: 1. canvas, which can define graphics; 2. audio, which can define audio content; 3. video, which can define video; 4. embed, which can define embedded content; 5. datalist , the option list can be defined; 6. output; 7. bdi; 8. nav; 9. rt, etc.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
New elements of HTML5
#tag
Description
New Multimedia Elements
Tag
Description
##New form element
##Tag
Description
Define the option list. Use this element in conjunction with an input element to define the possible values of the input.
Specifies the key pair generator field to use for the form.
Define different types of output, such as script output.
New semantic and structural elements
Tags
Description
Define an independent content area of the page.
Define the sidebar content of the page.
Allows you to set a piece of text independent of the text direction setting of its parent element.
Define a command button, such as a radio button, check box, or button
< details>
Used to describe the details of a document or a certain part of a document
##
The tag contains the title of the details element
##
is specified independently of streaming content (images, charts, photos, code, etc.).
Define the title of the
Define the footer of section or document.
Defines the header area of the document
##
Define text with tokens.
Define weights and measures. Use only for measurements with known maximum and minimum values.
Define ruby comments (Chinese phonetic or characters).
Define the section (section, section) in the document.
Specifies where in the text it is appropriate to add line breaks.
The above is the detailed content of What are the new elements of HTML5. For more information, please follow other related articles on the PHP Chinese 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