<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>增强的表单</title>
</head>
<body>
<form action="http://localhost" target="_blank" id="kc" novalidate="novalidate">
<input type="text" name="key">
<input type="email" name="email" >
<input type="submit">
</form>
<br>
<input type="text" name="user" form="kc">
</body>
</html>
转载于:https://www.cnblogs.com/houweidong/p/7530424.html
本文展示了一个简单的HTML增强表单示例,包括文本输入框、电子邮件输入框及提交按钮等元素,并通过form属性关联到特定表单。
1271

被折叠的 条评论
为什么被折叠?



