📌  相关文章
📜  如何指定标签绑定到哪个表单元素?

📅  最后修改于: 2021-11-08 05:21:19             🧑  作者: Mango

标签 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

       
                    
                       
                       
      
           
  

输出:

标签标签