We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<label>
<label>节点代表在用户界面上的一个标题。
标题可以和特定的表单组件(form control)关联起来:
使用 for 属性[例A]
将表单组件放置在label节点内[例B]
form = string
用于将控件组元素与表单所有者关联起来。
for = string
用于指定和该label节点关联的表单组件。
属性值必须为同一文档中使用该label节点做标题的节点的id属性。
参考global attributes
There was an error while loading. Please reload this page.