HTML5 new elements
HTML 4.01 has changed a lot since 1999. Today, several elements in HTML 4.01 have been deprecated, and these elements have been removed or redefined in HTML5.
In order to better handle today's Internet applications, HTML5 adds many new elements and functions, such as: Drawing of graphics, multimedia content, better page structure, better form Handling, and several APIs for dragging and dropping elements, positioning, including web pages Application cache, storage, network workers, etc.
Description | |
---|---|
##New Multimedia Elements
Description |
---|
##Tag
New semantic and structural elements
HTML5 provides new elements to create better page structure:
Specifies the key pair generator field to use for the form. | |
Tag | 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 |
The following HTML 4.01 elements have been removed in HTML5:
##
- ##
- ##