Labels that are not allowed to write the end label: Area (define the area in the image mapping), base (the default address or default target on all the links on the page), BR, color , EMBED (defined embedded content, such as plug-in-5), HR, IMG, Input, Keygen, LINK, META, Param, Source, Track, WBR
You can omit the tags of the end label: Li, DT, DD, P, RT, Optgroup, Option, Colryp, Thread, TBODY, TR, TD, Th, Th, Th
Tags that can be fully omitted: HTML, Head, Body, Colryp, TBODY
New labelSection: One content block in the page, parts of chapters, pages, footsteps or pages, can be combined with tags such as H1, H2, etc., indicating the document structure.
Article: Represents an independent content irrelevant to context, such as an article.
ASIDE: Define the content other than Article. The content of ASIDE should be related to the content of Article.
header: The content block or the title of the entire page in the page.
FOOTER: Content block or footnote on the entire page.
HGROUP: The content block in the page or the title of the entire page is combined.
nav: The part of the navigation link.
FIGURE: Stipulates independent stream content (images, charts, photos, code, etc. The content should be related to the main content, but if it is deleted, the document flow should not have an impact).
Video: Video. exp: <video src = url controls = Controls> Video </video>
Audio: Audio.
Embed: Used to embed content (including various media).
Mark: Change color, follow.
Progress: progress bar. Exp: <Progress Max = 100 Value = 85> </Progress>
Time: Define the date or time, or the two. This mark is for the deductible engine, and the engine will know a time according to this mark. There is an attribute of Pubdate. When the engine reads it, the value in the DataTime in this piece is the release time of this article, and there are two special character T and Z in this time. T represents the separation of the date and time, and Z represents the standard format of time. EXP: <Time Datatime = 2016-11-21 T 10:45 Z PUBDATE> </Time>
DataList: Definition option list. Use this element with the input element to define the possible value of input. Exp: <input list = cars/> <datalist ID = cars> <option value => </datalist>
Output: Exp: <Form onInput = x.value = PARSEINT (A.VALUE)+PARSEINT (B.Value)> 0 <input Type = Range ID = 50> 100+ <input Type = Number ID = B V alue = 50> = <OUTPUT name = x for = a b> </output> </form>
Global attributedata-type: custom attribute.
hidden: Hidden, a single label.
Spellcheck: Correct grammar in the input content. Exp: <textarea Spectcheck = True> </Textarea>
tabindex: tab key order.
ContentEditable: Modify the content. Exp: <p Contenteditable = True> </p>
Let the entire text be edited: <script> Window.document.designmode = OFF; </Script> // OFF closed, on: editors editors
The above is the HTML5 labels introduced by Xiaobian. I hope it will be helpful to everyone. If you have any questions, please leave me a message. Xiaobian will reply to everyone in time. Thank you very much for your support for the VEVB Wulin website!