ตัวอย่าง
สามปุ่มที่มีป้ายชื่อ:
<form action="demo_form.asp">
<label for="male">Male</label>
<input type="radio"
name="gender" id="male" value="male"><br>
<label
for="female">Female</label>
<input type="radio" name="gender"
id="female" value="female"><br>
<label for="other">Other</label>
<input type="radio" name="gender" id="other" value="other"><br><br>
<input type="submit" value="Submit">
</form>
ลองตัวเอง» ความหมายและการใช้งาน
for แอตทริบิวต์ระบุองค์ประกอบรูปแบบฉลากที่ถูกผูกไว้
สนับสนุนเบราว์เซอร์
คุณลักษณะ | |||||
---|---|---|---|---|---|
for | ใช่ | ใช่ | ใช่ | ใช่ | ใช่ |
ความแตกต่างระหว่าง HTML 4.01 และ HTML5
ไม่มี.
วากยสัมพันธ์
<label for="element_id">
ค่าแอตทริบิวต์
ความคุ้มค่า | ลักษณะ |
---|---|
element_id | รหัสขององค์ประกอบฉลากที่ถูกผูกไว้ |