Label 对象表示 HTML <label> 元素。
您可以使用 getElementById() 访问 <label> 元素:
您可以使用 document.createElement() 方法创建 <label> 元素:
Property | Description |
---|---|
control | Returns the labeled control |
form | Returns a reference to the form that contains the label |
htmlFor | Sets or returns the value of the for attribute of a label |
HTML 教程:HTML 表单
HTML 参考:HTML <标签> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!