Joseph Witchard
07-27-2008, 05:11 PM
How can you allow multiple radio inputs in your HTML form?
<form>
<input type="radio" value="yes">Yes
<br>
<input type="radio" value="no">No
<br><br>
<!-- An option for something completely different -->
<input type="radio" value="yes">Yes
<br>
<input type="radio" value="no">No
</form>
<form>
<input type="radio" value="yes">Yes
<br>
<input type="radio" value="no">No
<br><br>
<!-- An option for something completely different -->
<input type="radio" value="yes">Yes
<br>
<input type="radio" value="no">No
</form>