<label for="select-drop-down">Select drop-down</label>

<select id="select-drop-down" name="select-drop-down">

    <option value="apple">Apple</option>

    <option selected value="banana">Banana</option>

    <option value="orange">Orange</option>

</select>

There are no notes for this item.