What is the best way to convert existing HTML4 asp.net Web form Project to HTML5
Suppose that i change to HTML5 Do the HTML4 Tag still works ?
What is the best way to convert existing HTML4 asp.net Web form Project to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A lot was changed between HTML4 and HTML5. The ideal here would be to simply rewrite your application. Even if there exists a tool to convert an HTML4 page that validates to an HTML5 one, this tool would probably leave out most of the nice things that were added in HTML5.
That being said, if you just want to make a “valid” HTML5 page from an HTML4 one, you should take a look here: http://www.w3.org/TR/html5-diff/
It details the changes between the two versions, pinpointing exactly what you would have to update.