Day02-作业
作者:
萌王史莱姆 | 来源:发表于
2019-01-22 19:34 被阅读0次<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>学生管理系统</title>
</head>
<body>
<div style="width: 1520px;height: 180px;background-color: white;"></div>
<div style="width: 1520px;height: 300px;background-color: white;">
<div align="center">
<hr />
<h1>欢迎来到学生管理系统</h1>
<form action="" method="get">
<span>
账号:
</span>
<input type="text" name="account" placeholder="请输入账号"/>
<br />
<span>
密码:
</span>
<input type="password" name="password" placeholder="请输入密码"/>
<br />
<br />
<input type="submit" value="登录"/>
   
<button>注册</button>
<hr />
</form>
</div>
</div>
<div style="width: 1520px;height: 180px;background-color: white;"></div>
</body>
</html>
本文标题:Day02-作业
本文链接:https://www.haomeiwen.com/subject/jcmrjqtx.html
网友评论