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

回答編集履歴

1

色の指定方法を統一

2021/04/22 04:04

投稿

rim_yamamoto
rim_yamamoto

スコア22

answer CHANGED
@@ -19,5 +19,5 @@
19
19
 
20
20
 
21
21
  ```javascript
22
- document.getElementById("foo").style.backgroundColor = "#00FF00";
22
+ document.getElementById("foo").style.backgroundColor = "green";
23
23
  ```