First, HTML5 new tags
1, Structure label (1) Section: Independent content block, you can use H1~h6 to form an outline, to represent the document structure, you can also have chapters, headers, footers or other parts of the header, (2) article: Special independent block, indicating the core content of this posts page eyebrow ; (3) Aside: Ancillary information related to the contents of the label outside the contents of the label, (4) Header: header information/title of a block, (5) Hgroup: supplementary content of header information/title; (6) Footer: Bottom Information ; (7) Nav: Navigation label (8) Figure: A separate unit, such as a piece of news with pictures and content. 2, Form label (1) Email: must enter the Mail, (2) URL: Must enter the URL address, (3) Number: Must enter a value, (4) Range: must enter a certain range of values; (5) Date pickers: Date selector; a.date: Select Day, Month, Year B.month: Select month, Year C.week: Select Week and year D.time: Select time (Hours and minutes) E.datetime: Select time, day, month, year (UTC time) f.datetime-local: Select time, day, month, Year (local time) (6) Search: Searching for regular text fields, (7) Color3, media tags (1) Video: Videos (2) Audio: audios (3) Embed: Embedded content (including various media), Midi, Wav, AU, MP3, Flash, AIFF and so on. 4. Other function tags (1) Mark: labeling (like highlighter notes) (2) Progress: progress bar, <progress max= "Maximum progress bar value" value= "Current progress bar Value" > (3) Time: Data label for search engine use ; Release date <time datetime= "2014-12-25t09:00" >9:00</time> update date <time datetime= "2015-01-23t04:00" Pubdate>4:00</time> (4) Ruby and RT: Comment on a word;<ruby><rt> comment content </rt><rp> How to display when the browser does not support </rp></ruby> (5) WBR: Soft line, page width to the need to change lines, (6) Canvas: Using JS code to do the content of the image rendering; (7) Command: button; (8) Deteils: Expand Menu ; (9) DateIlst: Text field drop-down hint; (keygen): encryption;
Second, HTML5 new properties
Manifest properties: Define the Offline application file that the page needs to use, generally put in the
HTML5 Early Learning