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" multiple> <option value="apple" /> Apple <option value = "orange" /> orange <option value = "mango" /> mango </ select > <br> <input type="submit" value="Submit" /> </ form> </ body> </ html>