HTML5 new elements

HTML5 New Elements

A lot has changed since HTML 4.01 in 1999. Today, several of these elements in HTML 4.01 have been deprecated. Has been removed or redefined in HTML5.

In order to better handle today's Internet applications, HTML5 adds many new elements and functions, such as: graphics drawing, multimedia content, better page structure, better form processing, and Several APIs for drag-and-drop elements, including web application caching, storage, web workers, etc.


New element


##New Multimedia Elements

tag defines graphics, such as charts and other images. This tag is based on JavaScript's drawing API
Tag Description


##

# # Define multimedia resources
Tag Description
Define audio content
Define embedded content, such as plug-ins. is between elements such as
##


New form element


New semantic and structural elements

HTML5 provides new Elements to create better page structure:

## 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 used for the form.
Define different types of output, such as script output.
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 command buttons, such as radio buttons, check boxes or buttons ##
tag ##Description
## Define a dialog box, such as a prompt box The label contains the title of the details element
Specifies independent stream content (images, charts, photos, code, etc.).
Definition of the title of the
element
##
Used to describe the details of a document or a certain part of the document
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 the part of the navigation link.
is used in ruby comments to define what is displayed by browsers that do not support ruby elements. Content.
Define the section (section, section) in the document.
Define the progress of any type of task.
Define ruby comments (Chinese pinyin or characters).
Define the interpretation or pronunciation of characters (Chinese phonetic notations or characters).

##

##
Define date or time.
Specifies where in the text it is appropriate to add line breaks.

For usage of the above new elements, please visit our HTML Reference Manual



Continuing Learning

||
php.cn

HTML5 新元素

php中文网 —— php中文网!!
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!