惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
D
DataBreaches.Net
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
腾讯CDC
博客园_首页
The Cloudflare Blog
S
SegmentFault 最新的问题
C
Check Point Blog
美团技术团队
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale

博客园 - neverlost

客户端开发杂记 闲扯,面向对象的ext4中的一些事儿1 Ext 4 beta1 发布似乎仍不给力 .net 下比较蛋疼的word 表格转excel表格 浅述教学上基于Media Player的视频切片方式 webservice传输数据量较大的情况的解决方案 - neverlost - 博客园 现场保障系统开发过程中增加并行处理(一) vs2010中文版+codesmith 5.2 安装失败 转的 winform开发连接webservice中单向证书 .net下开发windows服务的经验 .net 写的 webservice 给java调用 ext中使用tab方式 ext做列表页面关于查询多行的办法 关于架构的问题 ext的grid 获取页面内容方式 - neverlost - 博客园 微软.net下 charting 要注意的事情 - neverlost .net 获取 其他类型的webservice的方式以及看法 2条路 代码生成 or 配置 2.1 2条路 代码生成 or 配置 2
html5 元素 来自 nativeformelements.com
neverlost · 2013-04-11 · via 博客园 - neverlost
  • Element
  • Disabled element
  • Markup
  • <input autofocus>
  • <input>
  • <input type=text>
  • <textarea></textarea>
  • <input type=password placeholder=password>
  • <input type=radio>
  • <input type=radio checked>
  • <input type=checkbox>
  • <input type=checkbox checked>
  • <select>
      <option></option>
    </select>
  • <select>
      <optgroup label="Option group 1">
        <option>Option 1</option>
        <option>Option 2</option>
      </optgroup>
      <optgroup>
        <option>Option 3</option>
      </optgroup>
    </select>
  • <input type=text placeholder=placeholder>
  • <input type=search>
  • <input type=file>
  • <fieldset>
      <legend>Legend</legend>
      <label for=field>Label</label>
      <input name=field>
    </fieldset>
    			
  • <input type=submit>
  • <button>Button</button>
  • <input type=email>
  • <input type=tel>
  • <input type=url>
  • <input type=number>
  • <input type=number min=0 max=15 step=3>
  • <input type=range>
  • <input type=range min=0 max=15 step=3>
  • <input type=date>
  • <input type=month>
  • <input type=week>
  • <input type=time>
  • <input type=datetime>
  • <input type=datetime-local>
  • <input type=color>
  • <input type=required>

posted @ 2013-04-11 08:51  neverlost  Views(210)  Comments()    收藏  举报