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.
<canvas> New element
Tag
Description
## <canvas>
tag defines graphics, such as charts and other images. This tag is based on JavaScript's drawing API
##New Multimedia Elements
Tag
Description
# <audio>
Define audio content
# <source>
Define multimedia resources <video> and <audio>
<embed>
Define embedded content, such as plug-ins.
## <track>
is between elements such as <video> and <audio> The media class specifies the external text track.
New form element
## Tag
Description
## <datalist>
Define the option list. Use this element in conjunction with an input element to define the possible values of the input.
<keygen>
Specifies the key pair generator field used for the form.
<output>
Define different types of output, such as script output.
New semantic and structural elements
HTML5 provides new Elements to create better page structure:
tag
##Description
<article>
Define an independent content area of the page.
<aside>
Define the sidebar content of the page.
<bdi>
Allows you to set a piece of text independent of the text direction setting of its parent element.
<command>
Define command buttons, such as radio buttons, check boxes or buttons
##
<details>
Used to describe the details of a document or a certain part of the document
## <dialog>
Define a dialog box, such as a prompt box
<summary>
The label contains the title of the details element
The courseware is not available for download at the moment. The staff is currently organizing it. Please pay more attention to this course in the future~
Students who have watched this course are also learning