首页 > 其他 > 详细

第一周课上小测

时间:2016-02-29 16:29:29      阅读:139      评论:0      收藏:0      [点我收藏+]

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<body>
<p style="font-size: 45px; color: #FF9; font-weight: bold; text-align: center;">用户登录 </p>
<form name="form1" method="post" action="loginok.asp"><table width="292" align="center">
<tr>
<td align="center">用户名:
<label for="user"></label></td>
<td><input name="user" type="text" id="user" size="15"></td>
</tr>
<tr>
<td align="center">密 码:
<label for="psw2"></label></td>
<td><input name="psw1" type="password" id="psw1" size="15"></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td><input type="submit" name="button" id="button" value="登录">
<input type="reset" name="button2" id="button2" value="重置"></td>
</tr>
</table>
</form>

</body>

</html>
技术分享

第一周课上小测

原文:http://www.cnblogs.com/zuhaoran/p/5227649.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!