回答編集履歴

1

修正

2017/03/11 05:32

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -1,4 +1,4 @@
1
- - ページ全体の背景色を黒にしたい場合は、[body要素](http://www.html5.jp/tag/elements/body.html)に[background-colorプロパティ](http://www.htmq.com/style/background-color.shtml)で黒を指定する。
1
+ - ページ全体の背景色を黒にしたい場合は、[body要素](http://www.html5.jp/tag/elements/body.html)に[background-colorプロパティ](http://www.htmq.com/style/background-color.shtml)で黒を指定する必要があります
2
2
 
3
3
  ```HTML
4
4
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  ```
44
44
 
45
- - 特定の要素の背景色を黒くしたい場合は、通常[class属性](https://w3g.jp/xhtml/dic/class)もしくは[id属性](https://w3g.jp/xhtml/dic/id)をその要素に付与する。
45
+ - 特定の要素の背景色を黒くしたい場合は、通常[class属性](https://w3g.jp/xhtml/dic/class)もしくは[id属性](https://w3g.jp/xhtml/dic/id)をその要素に付与する必要があります
46
46
 
47
47
  ```HTML
48
48