Prev Demo
Input Radio Button
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <form action="method"> <fieldset> <input type="radio" name="radio1" value="checked">Dotnetfunda <input type="radio" name="radio1"/>TechFunda </fieldset> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output