本帖最后由 神马王刚 于 2012-10-15 19:16 编辑
- <html>
- <head>
- <title>注册表单</title>
- </head>
- <body>
- <form>
- 用户名:<input type="text" name="user" value="" maxlength="10" />
- 密码:<input type="password" name="pwd" value="" maxlength="16" />
- 确认密码:<input type="password" name="pwd" value="" maxlength="16" />
-
- <input type="submit" name="sum" value="提交" />
- <input type="reset" name="renew" value="重置" />
- </form>
- </body>
- </html>
复制代码 编辑html注册表单时如何保持输入框对齐美观?用<form></form>如何对齐?还是用<table></table>更容易实现些? |