HTML5 new tag summary and HTML5 tag Summary
<Article> A tag defines external content (such as blog and news ). After use, it feels like P, a semantic tag.
<Aside> A tag defines content other than article (the sidebar of the article can be used). A semantic tag.
<Audio> tags define music. Three formats are supported: ogg, mp3, and wav. Safari only supports MP3 and WAV formats.
<Canvas> use JavaScript to draw images on a webpage. Learning Algorithm JS is omnipotent. (The browser says: Yali is very big ).
<Command> it is useless to define the button.
<Datalist> defines the option list. It is a tag that you do not know how to use.
<Details> describes the content of a document. Semantic tags.
<Summary> define the <details> element title. Semantic tags.
<Embed> defines embedded content (such as plug-ins ). There must be a src attribute with a URL value. It can be an image, swf etc.
<Figure> combines elements and semantic tags.
<Figcaption> define the title of figure. semantic tag.
<Footer> define the footer. Semantic tags.
<Header> define the header. Semantic tags.
<Hgroup> combines the title of a webpage or section. Semantic tags.
<Keygen> it is useless to define the key.
<Mark> defines text with a mark. Highlighted with a background color.
<Meter> defines a scale for the measurement of the maximum and minimum values. No, the image is displayed in chrome, and the text in the <meter> label is displayed in firefox and safari.
<Nav> define navigation. Semantic tags.
<Output> define the output type. It should be used with the form.
<Progress> define the running progress. Progress bar effect.
<Rupy> <rp> <rt> define ruby annotations.
<Section> define the section in the document. The Semantic tag is considered a substitute for <div>.
<Source> define media sources (such as <video> and <audio>). Define the media resource type and let the browser decide whether to download the media.
<Time> defines the time. Semantic tags.
<Video> define a video. IE9 and Safari support MP4, while other mainstream browsers support Ogg.