<!DOCTYPE html>
<title>My Example</title>
<form>
<input type="radio" name="lunch" value="pasta"> Pasta
<input type="radio" name="lunch" value="risotto"> Risotto
</form>