Here is the implementation of the logic.
<!DOCTYPE html>
<html>
<head>
<title>Input Field</Title>
</head>
<body>
<form>
Year:
<select name ="Year">
<option>value="x">First</option>
<option>value="y">Second</option>
<option>value="z">Third</option>
</select> </br> </br>
<input type="Submit" value="Submit">
</form>
</body>
</html>
Post any problem if encountered in the comments.
Thanks for visiting GIMIBITS.
Please share this post and like us on Facebook.
HITESH BHATIA
EDITOR IN CHIEF
Comments
Post a Comment