<form action="/process.php">
<p>Please select your favorite fruits:</p>
<input type="radio" id="html" name="fav_fruit" value="Orange">
<label for="html">Orange</label><br>
<input type="radio" id="css" name="fav_fruit" value="Mango">
<label for="css">Mango</label><br>
<input type="radio" id="javascript" name="fav_fruit" value="Pawpaw">
<label for="javascript">Pawpaw</label>