标签:highlight lang input lan bsp word set form blog
1. Form的作用:提交当前的表单
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form>
<input type="text"/>
<input type="password"/>
<input type="button" value="登录1"/>
<input type="submit" value="登录2"/>
</form>
</body>
</html>
标签:highlight lang input lan bsp word set form blog
原文地址:http://www.cnblogs.com/momo8238/p/7398077.html