zoukankan      html  css  js  c++  java
  • 3.20

     1 <body>
     2 <form>
     3 文本框:<input type="text" value="123" disabled="disabled" /><br />
     4 密码框:<input type="password" /><br />
     5 文本域:<textarea cols="35" rows="5"></textarea><br />
     6 <input type="submit" value="提交按钮" /><br />
     7 <input type="reset" value="重置按钮" /><br />
     8 <input type="button" value="登录" /><br />
     9 <input type="image" src="20140823165131_ReXfG_thumb_700_0.jpg" width="50" height="50" /><br />
    10 <input type="radio" name="sex" /><label></label><br />
    11 <input type="radio" name="sex" /><br />
    12 <input type="checkbox" checked="checked" disabled="disabled" />鸡腿<br />
    13 <input type="checkbox" />爆米花<br />
    14 <input type="checkbox" />可乐<br />
    15 <input type="file" />文件上传<br />
    16 <select size="1">
    17 <option>可口可乐</option>
    18 <option>百事可乐</option>
    19 <option selected="selected">崂山可乐</option>
    20 </select>
    21 </form>
    22 </body>
     1 <body>
     2 <img  src="20140823165131_ReXfG_thumb_700_0.jpg" usemap="map"/>
     3 <map name="map">
     4 <area shape="circle" coords="506,497,50" href="http//www.baidu.com/" />
     5 <area shape="rect" coords="66,190,296,375" href="http://www.360.com/" />
     6 </map><br />
     7 <div style="height:300px; 400px; border:1px #FF3300 solid" >
     8 <iframe width="600px" height="300" src="http://www.baidu.com/" frameborder="1"></iframe>
     9 </div>
    10 
    11 </body>
    文本框:
    密码框:
    文本域:






    鸡腿
    爆米花
    可乐
    文件上传
  • 相关阅读:
    ASP.NET异步处理
    C# TPL学习
    canvas 动画库 CreateJs 之 EaselJS(上篇)
    kafka消息的可靠性
    流式处理框架storm浅析(下篇)
    流式处理框架storm浅析(上篇)
    网易严选后台系统前端规范化解决方案
    Question | 移动端虚拟机注册等作弊行为的破解之道
    Puppeteer入门初探
    ThreeJs 3D 全景项目开发总结
  • 原文地址:https://www.cnblogs.com/1116zsc/p/5298147.html
Copyright © 2011-2022 走看看