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>
  • 相关阅读:
    简单版购物车
    五级菜单
    九九乘法表及金字塔
    day02作业
    解决jar激活pycharm跳窗问题
    1
    第二周
    2019是前十年中最难的一年但极有可能是未来十年来最好的一年
    电脑必备软件之让电脑桌面简洁帅气
    补码一位乘法(五位小数)
  • 原文地址:https://www.cnblogs.com/neverlost/p/3013577.html
Copyright © 2011-2022 走看看