登陆界面

来源:互联网 发布:java项目查询车票 编辑:程序博客网 时间:2024/04/27 14:33


例1:

<html>
<head>
<title>登录页面</title>
</head>
<body>
<h1>登陆界面</h1>
<form action="ok.html" method="post">
用户名:<input type="text" name="username" /><br/>
密&nbsp;&nbsp;&nbsp;&nbsp;码:<input type="password" name="pwd" /><br/>
<input type="submit" value="登录"/><input type="reset" value="重新填写" />
</form>
</body>
</html>


0 0
原创粉丝点击