<!doctype html>
<html>
<head>
??? <meta charset="UTF-8">
?? ?<title>基礎(chǔ)表單</title>
?? ?<link rel="stylesheet" >
</head>
<body>
<form role="form">
? <div>
??? <label for="">郵箱:</label>
??? <input type="email" placeholder="請輸入您的郵箱地址">
? </div>
? <div>
??? <label for="">密碼</label>
??? <input type="password" id="" placeholder="請輸入123您的郵箱密碼">
? </div>
? <div>
??? <label>
????? <input type="checkbox"> 記住密碼
??? </label>
? </div>
? <button type="submit" class="btn btn-default">進(jìn)入郵箱</button>
</form>?? ?
</body>
</html>

mracale
2014-10-24
舉報
0/150
提交
取消