初次尝试一个注册表

<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="stylesheet" href="test.css">
<meta charset="utf-8">
<body>
<h1>
<P align="center">欢迎来到我的小波世界</p>
<h4>
<P>欢迎您,亲爱的游客
<h4>
<form action=""method="post" class="form-example">
<div class="form-example">
<lable for"name">
用户名:
</lable>
<input type="text" name="name" id="name" required>

<div class="form-eaxample">
<lable for"password">
密码:
</lable>
<input type="password" password="password" id="password">
</div>
<div class="form-example">
<input type="submit" value="登录">
</div>
<div class="form-example">
<input type="submit" value="注册">
</div>
</body>
</head>

posted @ 2018-09-21 12:55  毕竟是家黑店  阅读(81)  评论(0编辑  收藏  举报