2-2 编程练习作业提交
来源:2-2 编程练习
MiMicccc
2020-08-19 16:37:26
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title></title> </head> <body> <!--此处填写代码--> <h1 align="center">注册信息</h1> <hr color="#336699"/> <form action=""> <table width="600px" bgcolor="#f2f2f2" align="center"> <tr> <td>用户名:</td> <td><input type="text" name="username" size="25" maxlength="6" placeholder="请输入用户名"></td> </tr> <tr> <td>密码:</td> <td><input type="password" name="paw" size="25" maxlength="6" placeholder="请输入密码"></td> </tr> <tr> <td>确认密码:</td> <td><input type="password" name="paw_confirm" size="25" maxlength="6" placeholder="请重新输入密码"></td> </tr> <tr> <td>上传照片:</td> <td><input type="file"></td> </tr> </table> </form> </body> </html>
1回答
同学你好,代码正确,很棒,祝学习愉快!
相似问题