groups

name language licence
FTG-7-Attachment HTML Other
Calculator HTML Other
Accept 2 HTML Other
Floating Text Box A (put in html sidebar) JavaScript Other
CSS ToolTip - HTML HTML Other
3 column layout - margin style HTML Other
Gallery4 CSS Other
FTG-6-RadioButton HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

FTG-6-RadioButton

options: view full snippetsend to code collector
<label>RadioButton</label> *

<br />

<input type="radio" name="RadioButton" value="Button1" /><label>Button1</label><br />
<input type="radio" name="RadioButton" value="Button2" /><label>Button2</label><br />
<input type="radio" name="RadioButton" value="Button3" /><label>Button3</label><br />

<br />
	
(Continues...)