📌  相关文章
📜  如何指定输入元素的名称?

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

在本文中,我们将使用 HTML 指定输入元素的名称。要添加输入元素的名称,我们使用HTML name 属性。 HTML name 属性用于指定 元素的名称。用于在提交表单后引用表单数据或引用 JavaScript 中的元素。

句法:

属性值:它包含描述 元素名称的单个值名称。

示例 1:

HTML


  

    
        How to specify the name of an
        input element using HTML?
    

  

    

        GeeksforGeeks     

       

        How to specify the name of an         input element using HTML?     

       
                          

                             

                
  


HTML
 
 
  
 
     
        HTML Input name Attribute 
     
 
  
 
  
    

GeeksForGeeks

         

HTML Input name Attribute

      
                
      
      


输出:

示例 2:

HTML

 
 
  
 
     
        HTML Input name Attribute 
     
 
  
 
  
    

GeeksForGeeks

         

HTML Input name Attribute

      
                
      
        

输出: