Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
defaultValue は HTMLInputElement インターフェイスのプロパティで、<input> 要素の元の(または既定の)値を示します。これは、この要素の value 属性を反映します。
<input> 要素の既定値、または元の値を表す文字列です。
以下の HTML があったとします。
次のものは、ユーザーがテキスト入力に何を入力しても同じ結果を提供します。
| HTML # dom-input-defaultvalue |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025年4月12日 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.