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

推荐订阅源

量子位
博客园_首页
Google DeepMind News
Google DeepMind News
博客园 - Franky
The GitHub Blog
The GitHub Blog
GbyAI
GbyAI
有赞技术团队
有赞技术团队
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
罗磊的独立博客
IT之家
IT之家
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
腾讯CDC
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

博客园 - 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()    收藏  举报