回答編集履歴

2

edit

2021/06/13 10:52

投稿

m.ts10806
m.ts10806

スコア80852

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

1

edit

2021/06/13 10:52

投稿

m.ts10806
m.ts10806

スコア80852

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