HTMLTextAreaElement: placeholder プロパティ - Web API | MDN

文字列です。

js

const textareaElement = document.getElementById("comment");
console.log(textArea.placeholder);

仕様書

Specification
HTML
# dom-textarea-placeholder

ブラウザーの互換性

関連情報

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.