<form>  
  <label for="pet-select">Yndlingsdyr</label>

  <select id="pet-select">
    <option value="">--Vælg et dyr--</option>
    <option value="dog">Hund</option>
    <option value="cat">Kat</option>
  </select>
</form>
Preview