<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>表单元素</title>
</head>
<body>
<form method="get" id="reg" action="http://www.haoso.com" target="_blank" autocomplete="off">
<fieldset>
<legend>注册</legend>
<label for="user">用户名 :</label><input name="user" id="user" autofocus disable>
用户名2:<input name="user2" autofocus values="hello">
<label>电子邮件:<input name="email" form="reg"></label>
</fieldset>
<button type="submit" formaction="http://www.baidu.com">提交</button>
<button type="reset">重置</button>
<button type="button">按钮</button>
</form>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<title>表单元素</title>
</head>
<body>
<form method="get" id="reg" action="http://www.haoso.com" target="_blank" autocomplete="off">
<fieldset>
<legend>注册</legend>
<label for="user">用户名 :</label><input name="user" id="user" autofocus disable>
用户名2:<input name="user2" autofocus values="hello">
<label>电子邮件:<input name="email" form="reg"></label>
</fieldset>
<button type="submit" formaction="http://www.baidu.com">提交</button>
<button type="reset">重置</button>
<button type="button">按钮</button>
</form>
</body>
</html>
5189

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



