# HTML DOM Parameter name Property
[!(#) Parameter Object](#)
## Example
Get the name of the `` element:
```javascript
var x = document.getElementById("myParam").name
The output of _x_ is:
autoplay
[Try it yourself Β»](#)
* * *
## Definition and Usage
The `name` property is used to set or return the value of the `name` attribute of a parameter.
The `name` property specifies the name of the `` element.
This property is typically used together with the `value` property to specify the parameters of a plugin defined by the `