初次嘗試一個註冊表
阿新 • • 發佈:2018-09-21
密碼 ali pos doc mit req password charset method
<!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>
初次嘗試一個註冊表