zoukankan      html  css  js  c++  java
  • 费了好大劲做的比较好看的表单

    老规矩,代码+效果

    • 代码:
      <!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="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="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="300px; height:50px"/></td></tr></table>
      </font>
      </body>
      </html>
    • 效果
  • 相关阅读:
    luogu_P3195 [HNOI2008]玩具装箱TOY
    CF_837D
    luogu_P3584 [POI2015]LAS
    大一下存活纪实
    Mathematical Logic for Computer Science 读书笔记
    集训补题合集
    图论笔记4 平面图与可平面图
    软件分析笔记3 DFA
    软件分析笔记2 IR
    软件分析笔记1 Intro
  • 原文地址:https://www.cnblogs.com/mary-chrisima/p/6942025.html
Copyright © 2011-2022 走看看