Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all cam anyone help me out how to create a project in visual studio 2010 using html5 controls

What are the step's need to take to develop a project using html5

thank's in advance
Posted

Simple create a empty web site and add html pages
Html version is decide by doctype I think you have idea about doctypes
 
Share this answer
 
Comments
ASLAM SYED 25-Jun-13 14:39pm    
What are doctypes how to use it
Madhav Hatwalne 25-Jun-13 14:58pm    
Keep basics clear :)
When you create a HTML file you can find doctype tag It is an instruction to web browser about what version of HTML Written For HTML 5 doctype is declared as below
XML
<!Doctype HTML>
 
Share this answer
 
v2

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