Tag: Time type HTML5 function dialog line wrapping for log res
DOCTYPE statement:
<! DOCTYPE HTML >
Character encoding:
<charset= "Utf-8">
Write end tag not allowed: AREA,BASE,BR.COL,COMMAND,EMBED,HR,IMG,INPUT,KEYGEN,LINK,META,PARAM,SOURCE,TRACK,WBR
End tag can be omitted: li,dt,dd,p,rt,rp,optgroup,option,colgroup,thead,tbody,tfoot,tr,td,th
<! DOCTYPE HTML > < charset= "Utf-8"><title>ger</ title><p>HTML5< BR /> Syntax
New structure elements:
< Section></ Section>//large chunks of content in the page<article></article>//Articles<aside></aside>//Ancillary information related to article content<Header></Header>//Title<Footer></Footer>//Footer<nav></nav>//Navigation< Figure></ Figure>//used in conjunction with Figcaption<Main></Main>Main content of the webpage
<Videosrc=""></Video>//Video<Audiosrc=""></Audio>//Audio<Embedsrc=""/>//Multimedia<Mark></Mark>//Highlight<Progress></Progress>//Represents a running process<Meter></Meter>//Weights and measures< Time></ Time><Ruby></Ruby>//Notes<WBR>//Soft line-wrap (character language)<Canvas></Canvas><Commandonclick= "Cut ()"label= "Cut"><Details></Details>//Click title for details<DataList></DataList>//List of selectable data, paired with input<DataGrid></DataGrid>//Optional data list, tree<keygen>//Generate key<Output></Output>//different types of output<Menu></Menu><Dialog></Dialog>dialog box
Global Properties
The Contenteditable=true|false //property value is true when the user can edit the Designmode=on|off //property on when the Contenteditable function is enabled, This property can only be implemented with JS Hidden=true|false //is hidden spellcheck=true|false //For input and text area spelling and grammar check
HTML5 and CSS3 authoritative guide (i)