About HTML5 Introduction to Mastery: HTML5 Introduction
Source: Internet
Author: User
KeywordsHTML5 Proficient HTML5 introduction
The predecessor of the draft HTML5 was named http://www.aliyun.com/zixun/aggregation/1.html ">web Applications 1.0. was presented by WHATWG in 2004 and was accepted by the consortium in 2007 and created a new HTML team. On January 22, 2008, the first official draft was published and is expected to be formally recommended to the public in September 2010. WHATWG said the code is currently under way, and it still has to be done for years.
New tag
HTML5 provides new elements and attributes such as <nav> (site navigation block) and <footer>. This tag will facilitate indexing of search engines and better help with small-screen devices and visually impaired people, and provide new features such as <audio> and <video> tags for other browsing elements.
Some obsolete HTML4 tags will be canceled. These include tags that are purely display effects, such as <font> and <center>, which have been replaced by CSS.
<video> Mark
Definition and Usage:
<video> tags define video, such as movie clips or other video streams.
Example: a simple HTML5 video
<video src= "Movie.ogg" controls= "Controls" >
Your browser does not support video labels.
</video>
Video formats supported by each system and browser:
<TH>HTML5 </th>
operating System browser support Windows Internet Explorer 6 does not support HTML5 Internet Explorer if the Google Chrome Frame is installed
7 does not support HTML5 Internet Explorer if the Google Chrome Frame is installed
8 does not support HTML5 Internet Explorer if the Google Chrome Frame is installed
9 Support (mp4,webm*) * If the VP8 decoder is installed Firefox < 3.5 does not support Firefox 3.5, 3.6 support (OGG) Firefox 4 support (Webm,ogg) Chrome < 3 Chrome 3, 4, 5 support (MP4,OGG) Chrome 6 Support (Mp4,webm,ogg) Opera < 10.5 does not support Opera 10.5 support (OGG) Opera 10.6 Support (W Ebm,ogg Opera 11 Support (Webm,ogg) Safari 3.1, 4, 5 support (MP4)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.