質問編集履歴

2

コードの修正

2018/05/30 03:54

投稿

tkhs0827
tkhs0827

スコア11

test CHANGED
File without changes
test CHANGED
File without changes

1

htmlを追加しました。

2018/05/30 03:54

投稿

tkhs0827
tkhs0827

スコア11

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,37 @@
16
16
 
17
17
  ### 該当のソースコード
18
18
 
19
+ ```html
19
20
 
21
+ <p>おはようございます</p>
22
+
23
+ <button type="button" id="push01" class="btn"/>
24
+
25
+ 次へ
26
+
27
+ </button>
28
+
29
+ </div>
30
+
31
+ <div id="box01">
32
+
33
+ <p>こんにちは</p>
34
+
35
+ <button type="button" id="push02" class="btn"/>
36
+
37
+ 次へ
38
+
39
+ </button>
40
+
41
+ </div>
42
+
43
+ <div id="box02">
44
+
45
+ <p>こんばんは</p>
46
+
47
+ </div>
48
+
49
+ ```
20
50
 
21
51
  ```ここに言語名を入力
22
52