Code
<!DOCTYPE html>
<html>
    <head>
          <title>Wikitechy select tag</title>
    </head>
    <body>
        Select Tutorial :
        <select >
              <option value="html">WikitechyHTML</option>
              <option value="css"> WikitechyCSS</option>
              <option value="php"> WikitechyPHP</option>
        </select>
    </body>
</html>




Result