作业打卡!!
来源:5-9 编程练习
慕用8117612
2021-06-11 23:10:28
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<h1 weight="600">注册信息</h1>
<form>
<table bgcolor="#f2f2f2">
<tr>
<th>用户名:</th>
<td><input type="text" name="username" placeholder="请输入用户名"></td>
</tr>
<tr>
<th>密码:</th>
<td><input type="password" name="userpassword" placeholder="请输入密码"></td>
</tr>
<tr>
<th>确认密码:</th>
<td><input type="password" name="userpassword" placeholder="请重新输入密码"></td>
</tr>
<tr>
<th>上传照片:</th>
<td><input type="file" name="" value="浏览..."></td>
</tr>
</table>
</form>
</body>
</html>
1回答
好帮手慕小尤
2021-06-12
同学你好,练习题完成的不错,很棒,继续加油
祝学习愉快!