这 标签 HTML 中的 tag 允许我们点击标签,这将被视为点击相应的输入类型。 HTML 中的输入类型可以是单选按钮、复选框、电子邮件、日期、颜色等。 for属性指定标签绑定到哪个表单元素。
句法:
示例 1:
HTML
GeeksforGeeks
Label for attribute
Please click on the labels to select the radio button
HTML
GeeksforGeeks
Label Tag
Please click on the labels to select the radio button
输出:
如果我们点击Student ,相应的单选按钮将被选中,从而增加了选择区域。这是通过对属性的标签标记的帮助下完成。
示例 2:
HTML
GeeksforGeeks
Label Tag
Please click on the labels to select the radio button
输出: