Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

select tag

<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>
 
PREVIOUS NEXT
Tagged: #select #tag
ADD COMMENT
Topic
Name
1+2 =