回答編集履歴
2
edit
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
[textContent](https://developer.mozilla.org/ja/docs/Web/API/Element/innerHTML)はHTMLエンティティ変換するので
|
2
|
-
要素にHTMLを入れたい場合は
|
2
|
+
要素にHTMLを入れたい場合は [createElement](https://developer.mozilla.org/ja/docs/Web/API/Document/createElement)して[append](https://developer.mozilla.org/en-US/docs/Web/API/Element/append)するか、
|
3
3
|
innerHTMLで入れてください。
|
1
edit
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
textContentはHTMLエンティティ
|
1
|
+
[textContent](https://developer.mozilla.org/ja/docs/Web/API/Element/innerHTML)はHTMLエンティティ変換するので
|
2
|
-
要素にHTMLを入れたい場合は
|
2
|
+
要素にHTMLを入れたい場合は> [createElement](https://developer.mozilla.org/ja/docs/Web/API/Document/createElement)して[append](https://developer.mozilla.org/en-US/docs/Web/API/Element/append)するか、
|
3
3
|
innerHTMLで入れてください。
|