Understanding HTML5
From the explanation in wikipedia: HTML5 is a markup language for structuring and displaying the contents of the World Wide Web, a core technology of the Internet. HTML5 is the fifth revision of the HTML and until June 2011 is still under development.
Where the main objective is to improve the development of HTML5 HTML technology to support the latest multimedia technology, readable by humans and easily understood by the machine.
HTML5 is the result of a project of the W3C (World Wide Web Consortium and the WHATWG (Web Hypertext Application Technology Working Group). Where the WHATWG working with web forms and applications and the W3C is the developer of XHTML 2.0 in 2006, then they decided to work together and form version New from HTML.
Here the purpose of the HTML5:
New features should be based on HTML, CSS, DOM, and JavaScript
Reducing the need for external plugins (like Flash)
Penanagan better error
More markup to replace scripting
HTML5 is a standalone device
The development process can be visible to the public
New features in HTML5:
Canvas element for drawing
Video and audio elements for media playback
Better support for offline storage
More specific content elements, like article, footer, header, nav, section
Shape form controls such as a calendar, date, time, email, url, search.
Some browsers already support HTML5 as safari, chrome, firefox and opera. Reportedly IE9 (Internet Explorer) will support some features of HTML5.
HTML5 also manufacture in because Standard HTML4 has many weaknesses that were found to support interactive web applications. As a result of this many people to add new features both on the side of a web application or browser. This solution is known as a plugin and one of them is Flash and Silverlight.
The proliferation of plug-in application or browser makes web applications is difficult to penetrate many browsers. This is because each plugin has a different way, as an example we want to install the flash plugin for sharing the videos on our web page should be written as follows
<object type = "application / x-shockwave-flash" width = "400" height = "220" wmode = "transparent" data = "flvplayer.swf? file = movies / holiday.flv">
<param name = "movie" value = "flvplayer.swf? file = movies / holiday.flv" />
<param name = "wmode" value = "transparent" />
</ object>
The above examples use the Flash plugin from Adobe to run web applications on the browser, the other way when we use Silverlight. Silverlight Technology developed by Microsoft. Examples of the use of Silverlight on the web page can be viewed in HTML below
<object width = "300" height = "300" data = "data: application / x-Silverlight-2" type = "application / x-silverlight-2">
<param name = "source" value = "SilverlightApplication1.xap" />
</ object>
HTML5 is designed to simplify the complexity of the use of video media with new standards that use the <video>. With this new feature so we just write a script to run a video file as follows
<video src = tutorialku.mp4>
</ video>
The issue of how to run a video file on the web application is one example of how HTML4 can not cover these issues and many more issues in HTML4. Therefore, we have time to take advantage of HTML5 as the standards of our web application.
Does My Browser Support HTML5?
How to test whether you install the browser already support HTML5 or not and how many HTML5 features are supported? Quite easy, first make sure your computer is connected to the Internet and navigate to the following web address:
http://html5test.com
From the existing data on the website browser Maxthon 3.4.1 is the best browser in terms of language support HTML5 with a total score of 422 was followed later by Google Chrome 20 with a total score of 414 and then successively with 385 12:00 Opera, Firefox 13 with 345, Safari 5.1 with 317 and Internet Explorer 9 with 138 points.
From the explanation in wikipedia: HTML5 is a markup language for structuring and displaying the contents of the World Wide Web, a core technology of the Internet. HTML5 is the fifth revision of the HTML and until June 2011 is still under development.
Where the main objective is to improve the development of HTML5 HTML technology to support the latest multimedia technology, readable by humans and easily understood by the machine.
HTML5 is the result of a project of the W3C (World Wide Web Consortium and the WHATWG (Web Hypertext Application Technology Working Group). Where the WHATWG working with web forms and applications and the W3C is the developer of XHTML 2.0 in 2006, then they decided to work together and form version New from HTML.
Here the purpose of the HTML5:
New features should be based on HTML, CSS, DOM, and JavaScript
Reducing the need for external plugins (like Flash)
Penanagan better error
More markup to replace scripting
HTML5 is a standalone device
The development process can be visible to the public
New features in HTML5:
Canvas element for drawing
Video and audio elements for media playback
Better support for offline storage
More specific content elements, like article, footer, header, nav, section
Shape form controls such as a calendar, date, time, email, url, search.
Some browsers already support HTML5 as safari, chrome, firefox and opera. Reportedly IE9 (Internet Explorer) will support some features of HTML5.
HTML5 also manufacture in because Standard HTML4 has many weaknesses that were found to support interactive web applications. As a result of this many people to add new features both on the side of a web application or browser. This solution is known as a plugin and one of them is Flash and Silverlight.
The proliferation of plug-in application or browser makes web applications is difficult to penetrate many browsers. This is because each plugin has a different way, as an example we want to install the flash plugin for sharing the videos on our web page should be written as follows
<object type = "application / x-shockwave-flash" width = "400" height = "220" wmode = "transparent" data = "flvplayer.swf? file = movies / holiday.flv">
<param name = "movie" value = "flvplayer.swf? file = movies / holiday.flv" />
<param name = "wmode" value = "transparent" />
</ object>
The above examples use the Flash plugin from Adobe to run web applications on the browser, the other way when we use Silverlight. Silverlight Technology developed by Microsoft. Examples of the use of Silverlight on the web page can be viewed in HTML below
<object width = "300" height = "300" data = "data: application / x-Silverlight-2" type = "application / x-silverlight-2">
<param name = "source" value = "SilverlightApplication1.xap" />
</ object>
HTML5 is designed to simplify the complexity of the use of video media with new standards that use the <video>. With this new feature so we just write a script to run a video file as follows
<video src = tutorialku.mp4>
</ video>
The issue of how to run a video file on the web application is one example of how HTML4 can not cover these issues and many more issues in HTML4. Therefore, we have time to take advantage of HTML5 as the standards of our web application.
Does My Browser Support HTML5?
How to test whether you install the browser already support HTML5 or not and how many HTML5 features are supported? Quite easy, first make sure your computer is connected to the Internet and navigate to the following web address:
http://html5test.com
From the existing data on the website browser Maxthon 3.4.1 is the best browser in terms of language support HTML5 with a total score of 422 was followed later by Google Chrome 20 with a total score of 414 and then successively with 385 12:00 Opera, Firefox 13 with 345, Safari 5.1 with 317 and Internet Explorer 9 with 138 points.
No comments:
Post a Comment