gpt4 book ai didi

html - 我可以将标签元素与选择一起使用吗?

转载 作者:太空狗 更新时间:2023-10-29 15:33:07 25 4
gpt4 key购买 nike

我可以将 label 元素与 select 一起使用吗?

我在大多数地方看到的标签示例仅包含输入元素。

标准对标签关联有何规定?

它是有效的 HTML 标记吗?

<label for="id_select"> Options </label>
<select id="id_select" autofocus="true">
<option value="1"> Option1 </option>
<option value="2"> Option2 </option>
</select>

最佳答案

是的,它是有效的并且工作正常。

This attribute explicitly associates the label being defined with another control.

http://www.w3.org/TR/html401/interact/forms.html#h-17.9.1

关于html - 我可以将标签元素与选择一起使用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10129696/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com