I got this error when validating my page with w3c's validator.
Source:
<form action="form.php" method="post">
<input type="text"/>
</form>
Can someone show me why I may have gotten this error? Thanks in advance!
I got this error when validating my page with w3c's validator.
Source:
<form action="form.php" method="post">
<input type="text"/>
</form>
Can someone show me why I may have gotten this error? Thanks in advance!
This answer applies to XHTML, not HTML5.
Source - Dorward Online
So doing something like
will solve your problem.