回答編集履歴

1

色の指定方法を統一

2021/04/22 04:04

投稿

rim_yamamoto
rim_yamamoto

スコア22

test CHANGED
@@ -40,6 +40,6 @@
40
40
 
41
41
  ```javascript
42
42
 
43
- document.getElementById("foo").style.backgroundColor = "#00FF00";
43
+ document.getElementById("foo").style.backgroundColor = "green";
44
44
 
45
45
  ```