質問するログイン新規登録

回答編集履歴

2

edit

2021/06/13 10:52

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,3 +1,3 @@
1
1
  [textContent](https://developer.mozilla.org/ja/docs/Web/API/Element/innerHTML)は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)するか、
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

2021/06/13 10:52

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,3 +1,3 @@
1
- textContentはHTMLエンティティ変換するので
1
+ [textContent](https://developer.mozilla.org/ja/docs/Web/API/Element/innerHTML)はHTMLエンティティ変換するので
2
- 要素にHTMLを入れたい場合はcreatElementしてappendするか、
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で入れてください。