首页 > 代码库 > 费了好大劲做的比较好看的表单
费了好大劲做的比较好看的表单
老规矩,代码+效果
- 代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tdansitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>注册</title> </head> <body> <table align="center" width="500" height="100" cellpadding="10" border="0" style="font:‘微软雅黑‘; color:#669999; size: auto"> <tr align="center"><td colspan="2"><h1 align="center" style="color:#669999">用户注册</h1></td> <tr><td align="right">用户名:</td> <td align="left"><input width="50px" height="300px" vertical-align: middle; style="color: #666" type="text" name="uname" value= "Enter your full name" /> </td></tr> <tr><td align="right">Email:</td> <td align="left"><input style="color: #666" type="email" name="uemail" value= "Enter your email address" style="width:300px; height:50px"/></td></tr> <tr><td align="right">密码:</td> <td align="left"><input style="color: #666" type="password" name="password" value= "Enter your password" style="width:300px; height:50px"/></td></tr> <tr><td align="right">确认密码:</td> <td align="left"><input style="color: #666" type="password" name="password" value= "Enter your password again" style="width:300px; height:50px"/></td></tr></table> </font> </body> </html>
- 效果
费了好大劲做的比较好看的表单
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。