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