Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <form Action = "http://www.nt22.com/asdocs/html_tutorials/choose.php" method = "post" /> your favorite fruit is: <select name="fruit" /> <option value="apple" /> Apple <option value = "orange" /> orange <option value = "mango" /> mango </ select> <input type="submit" value="Submit" /> </ form> < / body> </ html>