回答編集履歴
2
追記
test
CHANGED
@@ -3,3 +3,13 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
[MDN](https://developer.mozilla.org/ja/docs/Web/HTML/Element/textarea)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
やるなら
|
10
|
+
|
11
|
+
```HTML
|
12
|
+
|
13
|
+
<textarea>初期表示したい内容</textarea>
|
14
|
+
|
15
|
+
```
|
1
追記
test
CHANGED
@@ -1 +1,5 @@
|
|
1
1
|
textareaにvalue属性がないからです。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
[MDN](https://developer.mozilla.org/ja/docs/Web/HTML/Element/textarea)
|