zoukankan      html  css  js  c++  java
  • 菜鸟的html 真的菜 望指教 第一次写

    注册界面


    1.协议界面(必须符合什么规范)
    2.注册界面 用户名 密码 爱好 联系方式
    1.

    <body>
    <center>
    <textarea rows="10" cols="40">

    注册后,你的女人就是我们的,你同意吗?
    注册后,你的钱就是我们的钱,你同意吗?
    注册后,你的车也是我们的车,你同意吗?
    注册后,你的房子也是我们的,你同意吗?

    </textarea>
    <br />
    <a href="/Creat.htm" target="_blank"><img alt="图片不显示的时候显示" title="鼠标放上去显示" src="d:\3.jpg" /></a> <!--target属性可以设置新建网页打开还是在原来网页打开-->
    </center>


    </body>





    2.

    <body background="d:\4.jpg">
    <br />
    <br />
    <br />
    <br />
    <br />
    <center>
    <table border="1">
    <!-- 用户名-行-->
    <tr><td align="left">用户名:</td><td align="left"><input type="text" style=" 220px" /></td></tr>
    <!-- 密码-行-->
    <tr><td align="left">密码:</td><td align="left"><input type="password" style=" 220px" /></td></tr>
    <!-- 地区-行-->
    <tr>
    <td align="left">地区:</td>
    <td align="left">
    <select>
    <optgroup label="江苏">
    <option>丹阳</option>
    <option>南京</option>
    <option>无锡</option>
    <option>苏州</option>
    </optgroup>
    <optgroup label="广东">
    <option>深圳</option>
    <option>广州</option>
    <option>佛山</option>
    </optgroup>
    </select>
    </td>
    </tr>
    <!-- 兴趣-行-->
    <tr>
    <td align="left">兴趣:</td>
    <td>
    <input type="checkbox" />篮球
    <input type="checkbox" />跑步
    <input type="checkbox" />打架
    <input type="checkbox" />泡妞
    </td>
    </tr>
    <!-- 个人签名-->
    <tr>
    <td colspan="2">个人宣言:<input type="text" value="学技术到博客园!" readonly="readonly"/></td> <!--这样可以合并单元格-->
    </tr>
    <!-- 注册-->
    <tr>
    <td colspan="2" align="center"><input type="button" value="注册"/></td>
    </tr>
    </table>
    </center>
    </body>



  • 相关阅读:
    WPF DelegateCommand 出现Specified cast is not valid
    WPF DelegateCommand 出现Specified cast is not valid
    WPF DelegateCommand 出现Specified cast is not valid
    win10 sdk 是否向下兼容
    win10 sdk 是否向下兼容
    win10 sdk 是否向下兼容
    PHP extract() 函数
    PHP end() 函数
    PHP each() 函数
    PHP current() 函数
  • 原文地址:https://www.cnblogs.com/IAmBetter/p/2337140.html
Copyright © 2011-2022 走看看