2-3练习题
来源:2-2 编程练习
chriose
2017-07-21 21:36:39
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html charset=utf-8"/>
<title></title>
</head>
<body>
<form>
<h1 align="center">注册信息</h1>
<hr color="#336699"/>
<table bgcolor="#f2f2f2" width="600px" align="center">
<tr>
<td>用户名:</td>
<td><input type="text" name="yonghuming" size="25" maxlength="6" palaceholder="请输入用户名"></td>
</tr>
<tr>
<td>密码:</td>
<td><input type="password" name="paw" size="25" maxlength="6" palaceholder="请输入密码"></td>
</tr> <tr>
<td>确认密码:</td>
<td><input type="password" name="paw-again" size="25" maxlength="6" palaceholder="请再次输入密码"></td>
</tr> <tr>
<td>上传照片:</td>
<td><input type="file" name="file" size="25" maxlength="6" palaceholder="请输入用户名"></td>
</tr>
</table>
</form>
</body>
</html>
是否正确
1回答
小丸子爱吃菜
2017-07-21
这样写是可以的,没有问题。
祝学习愉快!