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="radio" name="fruit" value = "Apple" /> Apple <br> <input type =" radio "name =" fruit "value =" Orange " checked> orange <br> <input type="radio" name="fruit" value = "Mango" /> mango <br> <input type="submit" value="Submit" /> </ form> </ body> </ html>