Select

<p>
    <label for="select1">Label
        <select id="select1">
            <option value="husker">Husker</option>
            <option value="starbuck">Starbuck</option>
            <option value="hotdog">Hot Dog</option>
            <option value="apollo">Apollo</option>
        </select>
    </label>
</p>
<p>
  <label for="select1">Label
    <select id="select1">
      <option value="husker">Husker</option>
      <option value="starbuck">Starbuck</option>
      <option value="hotdog">Hot Dog</option>
      <option value="apollo">Apollo</option>
    </select>
  </label>
</p>
{
  "input-types": [
    "text",
    "password",
    "url",
    "email",
    "tel",
    "time",
    "date",
    "datetime",
    "month",
    "week",
    "number",
    "search",
    "hidden",
    "color",
    "range",
    "file"
  ]
}

There are no notes for this item.