• 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>
  • 相关阅读:
    SGU 187 Twist and whirl
    伸展树---初步学习
    poj 2503 Babelfish
    sublime 3 phpfmt配置(大括号对齐)
    Linux Shell 错误: $' ': command not found错误解决
    redis 使用场景
    wireshake tcp 三次握手详解
    ip地址和子网掩码
    phpstorm 远程调式 php
    win10,ubuntu时间不对问题
  • 原文地址:https://www.cnblogs.com/neverlost/p/3013577.html
Copyright © 2020-2023  润新知