I'd do:

<fieldset>
  <legend>Time</legend>
  <label for="">    Hour
    <select id="hour">
      <option>01</option>
      <option>02</option>
      <option>03</option>
      ...
    </select>
  </label>

  <label for="">     Minute
    <select id="hour">
      <option>01</option>
      <option>02</option>
      <option>03</option>
      ...
    </select>
  </label>
  ...
</fieldset>

Not sure if it's some kind of officially "recommended practice", it's just my opinion.

Reply via email to