Radio Buttons

Notes:

HTML from tag and HTML input tag:
How to create radio buttons?
When to create radio buttons?
HTML input tag:
type="radio"
checked : sets to checked state
value : default value of the input field
name: uniquely identify the field in scripts
id: uniquely identify the field in scripts
Note: name of radio buttons must be same

Interview Questions: