表单标签不应该存在于头部标签中是否有充分的理由?
我正在查看此http://www.w3.org/html/wg/drafts/html/master/forms.html#the-form-element 但我找不到与此问题相关的任何内容。
这对我有用:
<head runat="server">
<title></title>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
</form>
<link rel="stylesheet" href="http://ajax.aspnetcdn.com/ajax/jquery.mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
提前致谢。