Help for this page

Select Code to Download


  1. or download this
    <select name="colors" multiple size=5 ">
    <option>Blue
    ...
    <option>Yellow
    <option>Green
    </select>
    
  2. or download this
    <select name="colors" multiple size=5 ">
    <option selected>Blue
    ...
    <option>Yellow
    <option>Green
    </select>
    
  3. or download this
    foreach colors {
      foreach chosen {
    ...
       }
      }
    }