html5 new element tags include: "", "", "", "", "", " ", "", "", "", "", "", etc. The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer. html5 New element tag ## TagDescription Define an article area## Define the side of the page Column content Define audio content Allow You set a piece of text so that it breaks away from the text direction setting of its parent element. Define graphics, such as charts and other images, labels are just graphics containers, you must use scripts to draw graphics Define command buttons, such as radio buttons, check boxes, or buttons Define option list. Use this element in conjunction with an input element to define the possible values of the input. Used to describe the details of a document or a certain part of a document Define dialog boxes, such as prompt boxes Define embedded content, such as plug-ins. Define the title of the element Specify independent stream content (images, charts, photos, code, etc.). Define the footer of a section or document. Defines the header area of the document ## Specify the key pair generator fields to use on the form. Define text with a mark. Please use the tag when you need to highlight text. Define weights and measures. Use only for measurements with known maximum and minimum values. Define the part of the navigation link Definition Different types of output, such as script output. Define the running progress (process). The tag is used in ruby comments to define what is displayed by browsers that do not support ruby elements. The tag defines the interpretation or pronunciation of the character (Chinese phonetic phonetic or character). Tag defines ruby comment (Chinese phonetic or character). tag defines a section (section, section) in the document. Such as chapters, headers, footers, or other parts of the document. The tag defines media resources for media elements such as and . The tag contains the title of the details element, which is used to describe detailed information about the document or document fragment. Define the date or time, or both. Define the date or time, or both. The tag specifies an external text track for media such as a video element. tag defines a video, such as a movie clip or other video stream. Specifies where in the text it is appropriate to add line breaks. (1) Define the navigation link It is also a meaningful label, it does not mean just adding this label somewhere With the navigation style, this is all meaningful. Add the menu tag to the header. The nav tag can be used together with the tag html Code: 这是一个header部分 首页 关于 产品 联系 css code: /*定义nav的高和颜色*/ nav{ height:30px; background-color:#F33; margin-top:100px;} /*正常设置li的样式*/ li{ list-style:none; float:left; width:100px; height:30px; } In this way, the menu layout that was previously done only with p (2) Define the article tag You can use the article block tag to write articles, so use this tag to write articles in the section part, which can be used with Common use html code: 文章标题 文章内容文章内容文章内容文章内容文章内容文章内容 文章内容文章内容文章内容文章内容文章内容文章内容 文章内容文章内容文章内容 css style:article{ background-color:#F33; width:500px; text-align:center; /*水平居中*/ margin:0px auto; }This way you can write an article (3) Define the grouping of media content and their titles A. This tag can be used in conjunction with its matching tag , but the title 标题 标题内容 B must be written in the middle of . It can also be used in combination with , where is used to write the title, while is used to write the content. The display effect is also different from the effect of matching use 标题1 标题内容 (4) Define a dialog box or window You can also use the dd and dt tags in this tag, the title and content of the dialog box, the dialog box has The first attribute is open, and the compatibility of this tag is not very good 1问题 1答案 2问题 2答案 (5) Define a list or menu of commands A. This tag can be used together with li 定义列表 定义列表 定义列表 B. You can add your own content to the right-click (only compatible with Firefox) Union (define commands/menu items that the user can call from the popup menu) tag using 单击我试试The desired menu item appears after right-clicking Click the menu item and the content will pop up (6) Title group You can write some combinations of titles for common use 标题 标题1 标题2 标题3 # #(7) Define small textThis tag is actually similar to other bold tags法律条文 联系我们 客户意见 (8) Define the details of the elementThe content inside can be used with the title and content tags 问题 解答 问题 解答 问题 解答 Click on the details to see the title And the content is (9) Define ruby comment If you encounter a word you don’t recognize, you can use this Annotate Pinyin, but some compatibility is not very good, you can modify it at that time夼(kuang) (10) Define the measurement within the predefined rangeThere are several attribute values, min="//m.sbmmt.com/m/faq/" max="//m.sbmmt.com/m/faq/" value="//m.sbmmt.com/m/faq/" low="//m.sbmmt.com/m/faq/" high="//m.sbmmt.com/m/faq/", where low and high are ranges. When the value range exceeds, different effects will be displayed After the value value exceeds the range (11) The label of the progress bar进度条The maximum value is the length of the progress bar, and the value value is the displayed progress. Use it to create a dynamic progress bar进度条 var pro = document.getElementById("jindu"); setInterval(function(){ pro.value+=1;},1000); //间隔1秒它的值加1 The progress bar can be completed in this way, right? It is much better than writing only in js. Different browsers have different expressions Related recommendations: "html video tutorial"