Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i know that what type version of HTML have been install in local computer??
And how can i install the HTML5 in local machine???
Please help me anybody....
Posted

You do not install the HTML, when you install the browser it depends on the browser which version it will support and there is no other assembly that would cause a support. Because it is the browser that will render the objects that is why you install the latest version of browser to target the latest approaches in the web standards. The browser, while installing, sets up the environment and assemblies to target the web development and the HTML5 (or which ever version).

There are many other blogs that allow you to read and learn which browser supports which features; it must be noted that even latest versions of browser do not support all of the HTML5 features and lag in some CSS3 functions too and every browser has its own way of supporting the elements including Internet Explorer, Firefox, Chrome and Opera.

http://www.w3schools.com/html/html5_browsers.asp[^] (For old browser, to support HTML5)

https://html5test.com/[^] (HTML5 support test)
 
Share this answer
 
v2
HTML5 is a standard (it does not have a version number): http://en.wikipedia.org/wiki/HTML5[^]

Most modern browsers support it and you don't need to install anything.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900