x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<form>
5
    <input type="radio" name="lunch" value="pasta"> Pasta
6
    <input type="radio" name="lunch" value="risotto"> Risotto
7
</form>