19 Desember 2011

HTML Form with radio buttons

<html>
<body>

<form name="input" action="html_form_action.asp" method="get">
<input type="radio" name="sex" value="male" /> Cowok<br />
<input type="radio" name="sex" value="female" /> Cewek<br />
<input type="submit" value="GO" />
</form>

</body>
</html>
hasilnya
Cowok

Cewek


Tidak ada komentar:

Posting Komentar