回答編集履歴

2

説明の追加

2018/08/24 13:17

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  <div id="w">
34
34
 
35
- <canvas id="canvas" width="500" height="500"></canvas><br>
35
+ <canvas id="canvas" width="500" height="500"></canvas><!--<br> ←要らない-->
36
36
 
37
37
  <input type="button" id="b1"/>
38
38
 

1

インデントの修正

2018/08/24 13:17

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
  <head>
24
24
 
25
- <title></title>
25
+ <title></title>
26
26
 
27
- <link rel="stylesheet" type="text/css" href="sample.css">
27
+ <link rel="stylesheet" type="text/css" href="sample.css">
28
28
 
29
29
  </head>
30
30