Prev Demo
Radio Button
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3>Radio button</h3> <input type="radio" id="radio1" name="radio1" value="1"/>DotNetfunda <input type="radio" id="radio2" name="radio1" value="2"/>TechFunda <input type="radio" id="radio3" name="radio1" value="3"/>ITFunda <input type="radio" id="radio4" name="radio1" value="4"/>KidsFunda </body> </html>
Note: We DO NOT save your trial code in our database.
Output