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