Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

select

<label >where do you want to follow me :</label>

<select >
    <option value="">--Please choose an option--</option>
    <option >gitHub</option>
    <option >LinkedIn</option>
    <option >Grepper</option>
    <option >i don't want to do that </option>
  </select>
Source by localhost #
 
PREVIOUS NEXT
Tagged: #select
ADD COMMENT
Topic
Name
4+6 =