日期:2014-05-17 浏览次数:20913 次
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Temp Web Page</title>
<style type="text/css">
input,button,select,textarea{outline:none}
</style>
</head>
<body>
<form name="form2" method="post" action ="login.php">
<div id="login">
用户名:<input type="text" id="user" name="user"/>
密码:<input type="password" id="pass" name="pass"/>
<input type="submit" id="abv" value="登录"/>
</div>
<textarea name="" id="" cols="30" rows="10"></textarea>
<select name="" id="">
<option value="123">abc</option>
<option value="456">cde</option>
<option value="789">fgh</option>
</select>
</form>
</body>
</html>