Path: blob/main/files/en-us/web/api/attr/value/index.md
6520 views
------{{APIRef("DOM")}}
The value property of the {{domxref("Attr")}} interface contains the value of the attribute.
Value
A string representing the attribute value.
Example
The following example displays the current value of the attribute test. Clicking on the button will change it to a different value, and read it again to update the displayed value.
HTML Content
JavaScript Content
{{ EmbedLiveSample('Example','100%',100) }}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}