<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>蝴蝶教程(jc2182.com)</title>
</head>
<body>
<form>
名字:<br>
<input type="text" name="yourname"><br>
密码:<br>
<input type="password" name="pwd">
</form>
</body>
</html>