HTML练习
本文转载于: 猿2048 网站 https://www.mk2048.com/blog/blog.php?id=2chb1j&title=HTML%E7%BB%83%E4%B9%A0 <!DOCTYPE HTML> <html> <head> <title>userinfor</title> </head> <body> <form action="#" method="get"> <table align="center" border="1px" cellspacing="0px" bordercolor="red" cellpadding="10px"> <caption align="top">用户信息注册登录</caption> <tr> <td>用户名:</td> <td><input type="text" name="username"> </td> </tr> <tr> <td>密码:</td> <td><input type="password" name="password"> </td> </tr> <tr> <td>确认密码:</td> <td><input type="password" name="password1"> </td> </tr> <tr> <td>昵称:</td> <td><input type="text" name=