1-9 编程练习代码提交
来源:1-9 编程练习
MiMicccc
2020-08-19 16:17:23
<!DOCTYPE html> <html> <head> <title>表单</title> <meta charset="utf-8"> </head> <body> <!-- 此处写代码 --> <form> 用户:<input type="text"> <br /> 密码:<input type="password"> </form> </body> </html>
1回答
同学你好,代码实现的是正确的。继续加油,祝学习愉快~
相似问题