| label |
Description |
| <!--...--> |
Defining annotations |
| <! Doctype> |
Defining Document Types |
| <a> |
Defining hypertext Links |
| <abbr> |
Defining abbreviations |
| <acronym> |
Defines initials that are only initials and does not support HTML5 |
| <address> |
Define contact information for the author or owner of the document |
| <applet> |
HTML5 is not in favor of use. Defines the embedded applet. |
| <area> |
Define an area inside an image map |
| <article>New |
Define an article area |
| <aside>New |
Define the sidebar contents of a page |
| <audio>New |
Defining audio Content |
| <b> |
Define text Bold |
| <base> |
The default address or default destination for all links in the semantic page. |
| <basefont> |
HTML5 not support, do not agree to use. Defines the default font, color, or size of text in a page. |
| <bdi>New |
Allows you to set a piece of text away from the text orientation setting of its parent element. |
| <bdo> |
Define text orientation |
| <big> |
Define large text, HTML5 not supported |
| <blockquote> |
Define a long reference |
| <body> |
Defining the body of a document |
| <br> |
Define line breaks |
| <button> |
Define a click button |
| <canvas>New |
Define graphics, compare tables and other images, labels are just graphics containers, you must use scripts to draw graphics |
| <caption> |
Defining table Headings |
| <center> |
HTML5 not support, do not agree to use. Defines the center text. |
| <cite> |
Definition Reference (citation) |
| <code> |
Defining computer code Text |
| <col> |
Define property values for one or more columns in a table |
| <colgroup> |
Define column groups for formatting in a table |
| <command>New |
Define a command button, such as a radio button, a check box, or a button |
| <datalist>New |
Defines a list of options. Use this element in conjunction with the INPUT element to define the possible values for input. |
| <dd> |
Define the description of the item in the definition list |
| <del> |
Define deleted text |
| <details>New |
Details used to describe a part of a document or document |
| <dfn> |
Defining a Definition Project |
| <dialog>New |
Define dialog boxes, such as prompt boxes |
| <dir> |
HTML5 not support, do not agree to use. Defines a list of directories. |
| <div> |
Defining sections in a document |
| <dl> |
Define list Details |
| <dt> |
Define items in a list |
| <em> |
Define Accent Text |
| <embed>New |
Define embedded content, such as plugins. |
| <fieldset> |
Define borders around elements in a form |
| <figcaption>New |
Define the title of the <figure> element |
| <figure>New |
Specify separate stream content (images, charts, photos, code, and so on). |
| <font> |
HTML5 not support, do not agree to use. Defines the font, size, and color of text. |
| <footer>New |
Defines the footer of a section or document. |
| <form> |
A form that defines an HTML document |
| <frame> |
Define a window or frame for a frameset |
| <frameset> |
Defining the framework Set |
| |
Defining HTML Headings |
| |
Define information about a document |
| New |
Defines the header area of the document |
| |
Define horizontal lines |
| |
Defining HTML Documents |
| <i> |
Defining italic characters |
| <iframe> |
Define an inline frame |
|
Defining images |
| <input> |
Defining an input control |
| <ins> |
Define the text to be inserted |
| <kbd> |
Defining keyboard text |
| <keygen>New |
Specifies the key pair generator field used for the form. |
| <label> |
Defining annotations for input elements |
| <legend> |
Defines the caption of the fieldset element. |
| <li> |
Defining items for a list |
| <link> |
Define the relationship between a document and an external resource |
| <map> |
Defining Image Mappings |
| <mark>New |
Defines the text with a token. Use the <m> tag when you need to highlight text. |
| <menu> |
Do not approve of use. Defines a menu list. |
| <meta> |
Defines meta information about an HTML document. |
| <meter>New |
Define weights and measures. Measures that are used only for the known maximum and minimum values. |
| <nav>New |
Define the part of the navigation link |
| <noframes> |
Defines alternative content for users who do not support frames. HTML5 not supported |
| <noscript> |
Defines alternative content for users who do not support client-side scripting. |
| <object> |
Defining inline objects |
| <ol> |
Defines an ordered list. |
| <optgroup> |
Defines a combination of related options in the selection list. |
| <option> |
Defines the options in the selection list. |
| <output>New |
Defines different types of output, such as the output of a script. |
| <p> |
Defines a paragraph. |
| <param> |
Defines the parameters of the object. |
| <pre> |
Defines the pre-formatted text. |
| <progress>New |
Defines the progress (process) in the run. |
| <q> |
Defines a short reference. |
| <rp>New |
<rp> tags are used in ruby annotations to define what is displayed by browsers that do not support ruby elements. |
| <rt>New |
<rt> tags define the interpretation or pronunciation of characters (Chinese phonetic symbols or characters). |
| <ruby>New |
<ruby> tags define ruby annotations (Chinese phonetic notation or characters). |
| <s> |
Do not approve of use. Defines the text to add strikethrough to. |
| <samp> |
Define a sample of computer code. |
| <script> |
Define client script. |
| <section>New |
<section> tags define the sections (section, section) in the document. such as chapters, headers, footers, or other parts of the document. |
| <select> |
Define a selection list (drop-down list). |
| <small> |
Defines the small text. |
| <source>New |
<source> tags define media resources for media elements such as <video> and <audio>. |
| <span> |
Defines a section in a document. |
| <strike> |
HTML5 not support, do not agree to use. Defines and deletes strikethrough text. |
| <strong> |
Defines the accent text. |
| <style> |
Defines the style information for a document. |
| <sub> |
Defines the subscript text. |
| <summary>New |
The <summary> tag contains the title of the details element, which is used to describe the details of the document or document fragment. |
| <sup> |
Defines the superscript text. |
| <table> |
Define the table. |
| <tbody> |
Defines the body content in the table. |
| <td> |
Define the cells in the table. |
| <textarea> |
A text input control that defines multiple lines. |
| <tfoot> |
Define the table notes (footnotes) in the table. |
| <th> |
Defines the header cells in the table. |
| <thead> |
Defines the header content in a table. |
| <time>New |
Define a date or time, or both. |
| <title> |
Defines the title of the document. |
| <tr> |
Defines the rows in the table. |
| <track>New |
<track> tags Specify external text tracks for media such as video elements. |
| <tt> |
Defines the typewriter text. |
| <u> |
Do not approve of use. Defines the underlined text. |
| <ul> |
Defines an unordered list. |
| <var> |
Defines the variable part of the text. |
| <video>New |
<video> tags define videos, such as movie clips or other video streams. |
| <wbr>New |
Specifies where in the text to fit the line break. |