How to clear html validate errors ?
Posted: Thu Feb 28, 2008 5:39 am
Mozilla firefox is show a lot of errors of HTML validation. I diagnose these errors and shocked because these errors are pointless.
Example of errors:
<!-- HTML Code -->
<form id="frmShowUpdate" name="frmShowUpdate" method="post" action="url ... ">
<!-- errors -->
"name" is not a attribute of form tag
also showing on all attribute of form tag.
i have also checked all tags and replaced "" with single ''.
Example of errors:
<!-- HTML Code -->
<form id="frmShowUpdate" name="frmShowUpdate" method="post" action="url ... ">
<!-- errors -->
"name" is not a attribute of form tag
also showing on all attribute of form tag.
i have also checked all tags and replaced "" with single ''.