HTML5 is the next version of HTML. Normally, people understand more than just the HTML stuff if they hear HTML5. It also contains new JavaScript functionality.
A few features of HTML5 are supported in Internet Explorer 8. Some of them can also be used in IE6. A wider range of features will be supported in IE10.
Regards.
If my post solves your problem, please mark as answer.
Horizon_Net
Star
8309 Points
1441 Posts
Re: How to make HTML5 in VS2008 or VS2010?
Mar 01, 2012 05:14 PM|LINK
HTML5 is the next version of HTML. Normally, people understand more than just the HTML stuff if they hear HTML5. It also contains new JavaScript functionality.
You should install the Web Standards Update for Visual Studio 2010 SP1. With that you get Intellisense support in Visual Studio. To get started just create a new ASP.NET project.
A few features of HTML5 are supported in Internet Explorer 8. Some of them can also be used in IE6. A wider range of features will be supported in IE10.
If my post solves your problem, please mark as answer.