What are the new tags for Html5 and Html5?
Today I learned nine new labels,
<Audio> In short, it is an audio tag. Its main common attributes include src = "" audio path controls = "controls" control parameters, the function enables the player to display the effect autoplay = "autoplay" on the page. The loop = "loop" loop times are automatically played.
<Video> same as the audio tag. Is a video tag. The main common attributes are the same as above.
<Datalist> defines a list of options. This is actually a big improvement, but there are also deficiencies, this tag actually combines "text in the input tag" with the select tag, and produces an input combo box that can be input and drop-down options. The disadvantage is that if Javascript control is not adopted, the drop-down option defined only takes effect when the input box is empty.
<Details> define document details. In fact, this label is also used in many places, often used with the summary label. Enter the document title in the summary label. P tag write document details
<Mark> A highlighted display label does not need to mark a piece of text to use the font attribute any more.
<Menu> Create a list quickly. Use menu li
<Address> address tag
<Progress> This is a progress bar label. Its main attributes include value and max. Value indicates the position of the current progress bar, and max indicates the total length of the progress bar.
<Time> tag time tag.
First, contact html5 labels. The first thing we feel is to look at the text. This label can be easily remembered.
<% @ Page language = "java" contentType = "text/html; charset = UTF-8" pageEncoding = "UTF-8" %> <! DOCTYPE html>
The above is a new Html5 tag introduced by xiaobian. I hope it will be helpful to you. If you have any questions, please leave a message and I will reply to you in a timely manner. Thank you very much for your support for the help House website!