Click here to Skip to main content
15,891,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is their any way to implement HTML5 or XHTML5 in Visual Studio 2008

as i require to work in HTML5 features
Posted
Updated 21-May-13 11:29am
v2

You can implement HTML5 onto the views (.cshtml files), just like any other version of HTML
 
Share this answer
 
HTML5 has nothing to do with the editor, and everything to do with the browser. An HTML file is just plain-text after all, so VS doesn't really care which version you use (it might generate warnings or errors if something doesn't look right compared to the versions of HTML it has to compare against, but as long as it actually is right it will work). It's up to the browser to actually do something with it.
 
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