Not HTML5 Valid
-
Just a note that part of your code will not validate in W3C for HTML5.
Every instance of <script language=”JavaScript”> is causing a validation problem. Language is no longer a required attribute, and can be replaced with script type=”text/javascript”
Thanks.
The topic ‘Not HTML5 Valid’ is closed to new replies.