Sunday, July 29, 2012

Steps for converting html4 to html5

 Just use <!DOCTYPE html> instead of using long versions of previous html 4.
 Dont use any type attribute i.e
<meta charset="UTF-8" />
<style> </style>
<script> </script>
yout code is now converted into html 5