I learned 9 new labels today,
<Audio> Simply put, it is an audio label. His main commonly used attributes are src = audio path controls = Controls control parameters. He just allows it to display the effect of a player on the page. Number of cycles
<Video> Like Audio tags. It is a video label. The main commonly used attributes are the same as above
<DataList> Definition option list. This is actually a relatively large improvement, but there are also inadequate. This label actually combines "Text in the Input Tag" and SELECT tags, an input combination box that can input and drop -down options. The disadvantage is that if it is not controlled by the JS, it will take effect only when it is empty in the input box.
<details> Define the details of documentation. This label is also more practical, often used with Summary labels. The title of a document in the Summary label. P label the details of the documentation document
<mark> A high -light display label, no longer requires a certain paragraph of text to use FONT attributes.
<Menu> Create a list list quickly. Usage is the combination of menu li
<address> label to store the address
<Progress> This is a script label. His main attributes are Value and MAX. Value represents the position of the current progress bar, and Max represents the total length of the progress bar.
<Time> Tag label.
Initially contact the label of HTML5. The first feeling given to people is Wang Wenzhi. This label can be easily remembered.
<%@Page Language = Java ContentType = Text/HTML; Charset = UTF-8 PageEncoding = UTF-8%> <! Doctype html> <HTML> <METP-EQUIV = Conten T-Type Content = Text/HTML ; Charset = UTF-8> <Title> HTML5 Learning Road </Title> </Head> <body> <Header STYLE = Text-Align: Center; Color: Blue; It is the header tag. </header> This is the role of a label DataList defined option list. > IPhone </option> <option> Huawei </option> <option> Xiaomi </option> <option> Samsung </option> </datalist> <br/> <font color = red> I am here I am here I am here The difference between the two is that the DataList will only have the content of the drop -down when the input box is empty! </FONT> <br/> and this Select option box is select> <option>IPhone</option> <option>华为</option> <option>小米</option> <option>三星</option></select><br><br><br>--- ------------------------------------------------------------------------------------- <br> <br> <br> This is a label that defines the details of the document. Detail tag. Its main role is simple. <Details> <summary> This is a Detail tag. Here is how to use his usage </Summary> <p> Detail tags? </p> <p> What are the effects of Detail tags? </p> <p> What can the label do? </p> <p> Detail label, how can I use it? </P> </Details> <br> Detail tags are often used together with Sunmmary labels. For example, this label is a high -light label <mark> Mark </mark>. The proportion is different. <br> <br> The next label is the definition list label. menu. <Menu> <li> Journey to the West </li> <li> Water Margin </li> <li> Red Mansion Dream </li> <li> Romance of the Three Kingdoms </li> </Menu> <br> We use more labels. Such as this. <mark> Progress </Mark> <Progress value = 5 max = 10> value = 5 max = 10 </progress> <br> <umcio src = Controls = AUTOPLAY = AUTOPLAY LOOP = LOOP = LOOP > </Audio> <Footer > I am the bottom FOOTER tag </footer> </body> </html>
The above is the new label introduced to the HTML5 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!