VOOZH about

URL: https://www.geeksforgeeks.org/html/html-button-name-attribute/

⇱ HTML | <button> name Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <button> name Attribute

Last Updated : 21 Jul, 2022

The <button> name attribute is used to specify the name attribute of <button> element. It is used to reference the form-data after submitting the form or to reference the element in a JavaScript. 

Syntax:

<button name="name">

Attribute Values: It contains a single value name which describes the name of the <button> element. 

Example: 

Output:

 👁 Image
 

Supported Browsers: The browser supported by HTML <button> name attribute are listed below:

  • Google Chrome
  • Edge 12
  • Internet Explorer
  • Firefox
  • Safari
  • Opera
Comment
Article Tags: