Select Element

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body >
    <h2 >Facebook</h2>
    <form action="/action">
      <div>
        Choose Your Gender
      <select name="Gender" id="Gender">
        <option>Select Your Option</option>
        <option value="Male">Male</option>
        <option value="Female">Female</option>
        <option value="Basketball">Basketball</option>
      </div>


      </select>
      </form>
     
     
    </body>
</body>
</html>


Comments

Popular posts from this blog

Range Element

Telephone