回答編集履歴

1

追記

2021/07/08 04:06

投稿

Jon_do
Jon_do

スコア1373

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  const box = document.getElementById("box");
4
4
 
5
- box.insertAdjacentHTML("afterbegin", "<ul><li><a>あいうえお</a></li></ul>");
5
+ box.insertAdjacentHTML("afterbegin", "<ul><li><a href='https://google.com'>google</a></li></ul>");
6
6
 
7
7
 
8
8