# 40 form標籤 ![](https://i.imgur.com/83S1ilx.png) <! DOCTYPE html> <html> <head> <title></title> </head> <body> くh2>申請加入會員</h2> <form action="image.html" method="get"> 帳號<input type="text" name= "memId"><br> 密碼くinput type="text" ' name="memPsw"><br> <button>確定加入</button> </form> </body> </html> ![](https://i.imgur.com/34yatZs.png) <! DOCTYPE html> <html> <head> <title></title> </head> <body> くh2>申請加入會員</h2> <form action="image.html" method="get"> 帳號<input tvpe="text" name="memId"><br> 密碼<input type="password" I name="memPsw"><br> <button>確定加入</button> </form> </body> ![](https://i.imgur.com/cuaidDo.png) ![](https://i.imgur.com/okUvcsO.png)