gpt4 book ai didi

HTML 4.01 STRICT 无效标记错误

转载 作者:搜寻专家 更新时间:2023-10-31 08:21:05 29 4
gpt4 key购买 nike

我试图验证我的页面,但在表单部分遇到了一些问题。所以我创建了一个测试页面来查看发生了什么,但它仍然失败,所以我认为我可能做错了什么。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html lang="en">
<head>
<title>Test</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
</head>
<body>
<form action='test.html'>
<input type='submit'>
</form>
</body>
</html>

那是我的测试页。当我将它复制到 http://validator.w3.org/check 时它给了我两个错误:

Error Line 10, Column 24: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag

<input type='submit'>

Error Line 11, Column 9: end tag for "FORM" which is not finished

</form>

即使没有提交按钮,它仍然给我第二个错误。我因为发生这种情况的原因而陷入困境。有什么想法吗?

最佳答案

您需要在 Form 标记中包含某种容器标记,以便它进行验证。有些人使用 Fieldset,但我总是将所有内容包装在我表单中的一个 div 中。

关于HTML 4.01 STRICT 无效标记错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9355440/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com