zoukankan      html  css  js  c++  java
  • 表单与框架

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>
    
    <img src="1169528528249678251.jpg" usemap="#Map" border="0" />
    <map name="Map" id="Map">
      <area shape="rect" coords="222,198,467,376" href="http://www.baidu.com" />
    
    <map name="qq">
    <area shape="circle" coords="483,102,50" href="http://www.baidu.com/" />
    </map><br />
    <br />
    <iframe src="http://www.baidu.com/" width="400" height="300" frameborder="1"></iframe><br />
    <br />
    <form>
    账号:<input type="text" value="周星驰" disabled="disabled"/><br />
    密码:<input type="password"/><br />
    说说:<textarea cols="35" rows="5">123435</textarea><br />
    <input type="submit" value="提交"/><br />
    <br />
    <input type="reset" value="刷新"/><br />
    <br />
    <input type="button" value="登陆"/><br />
    <br />
    <input type="image" src="1169528528249678251.jpg" width="60"/><br />
    <br />
    <input type="radio" name="tt" checked="checked"/>男 <br />
    <input type="radio" name="tt" />女<br /><br />
    
    <input type="checkbox" checked="checked" disabled="disabled"/>汉堡包<br />
    <input type="checkbox"/>鸡腿<br />
    <input type="checkbox"/>薯条<br />
    <input type="checkbox"/>可乐<br />
    <br />
    <input type="file"/>
    </form><br />
    <br />
    <select size="3">
    <option>可口可乐</option>
    <option>百事可乐</option>
    <option>非常可乐</option>
    <option selected="selected">雪碧</option>
    </select>
    </body>
    </html>

  • 相关阅读:
    数据库字段说明查询
    MUI 微信支付代码
    数据库 批量删除表
    c# 微信开发 《内容回复或事件触发》
    C# 微信开发 《验证签名》
    SQL SERVER占用CPU过高排查和优化
    类属性验证简单说明
    地图纠偏
    区块链-6一个故事告诉你比特币的原理及运作机制
    区块链-5区块链技术入门,涉及哪些编程语言?
  • 原文地址:https://www.cnblogs.com/zyg316/p/5510517.html
Copyright © 2011-2022 走看看