# 43 input:單選按鈕 <!DOCTYPE html> <html> <head> <title></title> </head> <body> くh2>申請加入會員</h2> <form action="image.html" method="get"> 帳號<input type="text" name="memId" maxlength="10" size=" 12" placeholder="輸入1~10字元"><br> 密碼<input type="password" name="memPsw" maxlength="10" size="12" ><br> 性別<input types"radio" name="gender" value="1">男 <input type="radio" name="gender" value="0">女<br> <button>確定加入</button> </form> </body> </html> ![](https://i.imgur.com/b79eB7M.png) ![](https://i.imgur.com/e2A9UVQ.png)