码迷,mamicode.com
首页 > 其他好文 > 详细

第一周课上小测

时间:2016-02-29 16:31:39      阅读:107      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!