質問編集履歴

3

誤字

2018/09/05 06:04

投稿

_L9u7c4i0a
_L9u7c4i0a

スコア26

test CHANGED
File without changes
test CHANGED
@@ -64,9 +64,9 @@
64
64
 
65
65
  <p>
66
66
 
67
- <input type="button" value="背景はBに変更" #nclick="change_B">
67
+ <input type="button" value="背景はBに変更" onclick="change_B">
68
68
 
69
- <input type="button" value="背景はDに変更" #nclick="change_D">
69
+ <input type="button" value="背景はDに変更" onclick="change_D">
70
70
 
71
71
  </p>
72
72
 

2

誤字

2018/09/05 06:04

投稿

_L9u7c4i0a
_L9u7c4i0a

スコア26

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  背景画像はcssのbackground-imageを使用します。
4
4
 
5
- 背景を適用する対象はHTMLのdivです。(HTMLに直接背景画像は置きせん。CSS
5
+ 背景を適用する対象はHTMLのdivです。(HTML背景画像は設定しないことにし
6
6
 
7
7
 
8
8
 

1

本文誤字

2018/09/05 06:00

投稿

_L9u7c4i0a
_L9u7c4i0a

スコア26

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- thmlのボタンをクリックして、要素の背景画像を変更したいと思います。
1
+ htmlのボタンをクリックして、要素の背景画像を変更したいと思います。
2
2
 
3
3
  背景画像はcssのbackground-imageを使用します。
4
4