Hallo,
habe ein Problem mit meinem XHTML-Code:
W3C sagt:Line 16, column 80: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
Link zum Validator
habe ein Problem mit meinem XHTML-Code:
W3C sagt:Line 16, column 80: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>GE Hardt</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<form method="post" action="test.html">
<input type="hidden" name="PHPSESSID" value="93138c3bed737a40d8dc0f5ac61eed49" /> #16
</form>
</body>
</html>
Kommentar