質問編集履歴

2

=の前後のスペース消しました!ありがとうございます

2019/05/16 08:51

投稿

hiromu5629
hiromu5629

スコア11

test CHANGED
File without changes
test CHANGED
@@ -22,11 +22,11 @@
22
22
 
23
23
  <head>
24
24
 
25
- <meta charset = "utf-8">
25
+ <meta charset="utf-8">
26
26
 
27
27
  <title></title>
28
28
 
29
- <link rel = "stylesheet" href = "roulette.css">
29
+ <link rel="stylesheet" href="roulette.css">
30
30
 
31
31
  <style>
32
32
 
@@ -272,11 +272,11 @@
272
272
 
273
273
 
274
274
 
275
- <div id = "display" class = "display"></div>
275
+ <div id = "display" class="display"></div>
276
-
276
+
277
- <button id = "start">スタート</button>
277
+ <button id ="start">スタート</button>
278
-
278
+
279
- <button id = "stop">ストップ</button>
279
+ <button id ="stop">ストップ</button>
280
280
 
281
281
  <button id ="reset">リセット</button>
282
282
 

1

コードボタンいたしました

2019/05/16 08:51

投稿

hiromu5629
hiromu5629

スコア11

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,10 @@
12
12
 
13
13
  、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
14
14
 
15
+
16
+
17
+ ```
18
+
15
19
  <!DOCTYPE html>
16
20
 
17
21
  <html lang="ja">
@@ -281,3 +285,5 @@
281
285
  </body>
282
286
 
283
287
  </html>
288
+
289
+ ```