2010-12-26 22:54:02呆呆咩

程式語言練習


<form>

Input your name: <input type=text name=username size=20 maxlength=10><br>
Input your password: <input type=password name=passwd maxlength=10><br>
<input type=submit value="輸入完畢 送出資料">
<input type=reset value="輸入錯誤 全部重來">

</form>


Input your name:
Input your password: