My code is simple enough.
But I still got the error - document type does not allow element "INPUT" here... - at W3C Markup Validator
What did I do wrong?
Thanks in advance.
Seaport
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/strict.dtd">[/URL]
<html>
<head>
<title>Main Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
<form name=frm id=frm method="post" action="fafsaf.asp">
<input type=text value="fafdsasf">
<input type="SUBMIT" value="Submit">
</form>
</body>
</html>
What did I do wrong?
Thanks in advance.
Seaport