zoukankan      html  css  js  c++  java
  • html5 元素 来自 nativeformelements.com

    • 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>
    • Legend
    • Legend
    • <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>
  • 相关阅读:
    Day 24 Network Programming
    Day 22 23 Network Programming
    Day 21 OOP
    Day 20 OOP
    Day 19 OOP
    Day 18 OOP 面向对象编程
    Day 17 Frequently-used modules
    4--jenkins部署tomcat
    3--Jenkins详解 、用户权限、构建maven、参数化构建
    5--Zabbix分布式 监控 ; snmp监控
  • 原文地址:https://www.cnblogs.com/neverlost/p/3013577.html
Copyright © 2011-2022 走看看