HTML - Radio

Written by admin    Friday, 27 August 2010 22:23

 

ตัวอย่าง โค้ดโปรแกรมภาษา HTML การใส่ tag html สำหรับเลือกตอบเพียงตัวเลือกเดียว (type=radio) ของกลุ่ม

เช่น  กลุ่มของ เพศ  จะต้องตั้งชื่อ name ให้เหมือนกัน  สังเกตตัวอย่างข้างล่าง 


 Code:

 

<b>เพศ</b><br>

<input type="radio" name="gender" value="m">ชาย<br>

<input type="radio" name="gender" value="f">หญิง<br>

<hr>

<b>ช่วงอายุ</b><br>

<input type="radio" name="age" value="0" chec ked>10 ถึง 25 ปี<br>

<input type="radio" name="age" value="1">26 ถึง 40 ปี<br>

<input type="radio" name="age" value="2">41 ถึง 55 ปี<br>

<input type="radio" name="age" value="3">56 ถึง 70 ปี<br>

 

 

 

Add comment


Security code
Refresh

Joomla template modify by Ban-Goi.com