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

質問編集履歴

2

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

2019/05/16 08:51

投稿

hiromu5629
hiromu5629

スコア11

title CHANGED
File without changes
body CHANGED
@@ -10,9 +10,9 @@
10
10
  <!DOCTYPE html>
11
11
  <html lang="ja">
12
12
  <head>
13
- <meta charset = "utf-8">
13
+ <meta charset="utf-8">
14
14
  <title></title>
15
- <link rel = "stylesheet" href = "roulette.css">
15
+ <link rel="stylesheet" href="roulette.css">
16
16
  <style>
17
17
  .colorRed {
18
18
  background-color:#ff4500;
@@ -135,9 +135,9 @@
135
135
  </head>
136
136
  <body>
137
137
 
138
- <div id = "display" class = "display"></div>
138
+ <div id = "display" class="display"></div>
139
- <button id = "start">スタート</button>
139
+ <button id ="start">スタート</button>
140
- <button id = "stop">ストップ</button>
140
+ <button id ="stop">ストップ</button>
141
141
  <button id ="reset">リセット</button>
142
142
 
143
143
  </body>

1

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

2019/05/16 08:51

投稿

hiromu5629
hiromu5629

スコア11

title CHANGED
File without changes
body CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  ご教示お願いします。
7
7
  、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
8
+
9
+ ```
8
10
  <!DOCTYPE html>
9
11
  <html lang="ja">
10
12
  <head>
@@ -139,4 +141,5 @@
139
141
  <button id ="reset">リセット</button>
140
142
 
141
143
  </body>
142
- </html>
144
+ </html>
145
+ ```