郵箱框應該怎麼寫代碼
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<input type="text" style="width:150px" ><br><br>
<select style="width:150px">
<option selected >--請選擇--</option>
<option>@163.com網易</option>
<option>@126.com網易</option>
<option>@sina.com網易</option>
<option>@sohu.com網易</option>
</select><br><br>
<input type="text" style="width:100px">
<input type="button" value="登陸" style="width:50px"><br>
</body>
</html>