Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2016.
The defaultValue property of the HTMLOutputElement interface represents the default text content of this <output> element. Getting and setting this value is equivalent to getting and setting textContent on the <output>.
A string.
In the example below, the defaultValue still returns the value originally written in the HTML. Changes to value will not affect the defaultValue or its textContent in the DOM.
| HTML # dom-output-defaultvalue-dev |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Oct 4, 2024 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.