Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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: #html #select #tag
ADD COMMENT
Topic
Name
9+7 =