質問編集履歴

1

question1\.htmlを追加しました。

2017/06/24 07:24

投稿

kozy
kozy

スコア20

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ###該当のソースコード
24
24
 
25
- ```html
25
+ ```index.html
26
26
 
27
27
  <!DOCTYPE>
28
28
 
@@ -49,6 +49,40 @@
49
49
  </div>
50
50
 
51
51
  <script src="main.js"></script>
52
+
53
+ </body>
54
+
55
+ </html>
56
+
57
+ ```
58
+
59
+ ```question1.html
60
+
61
+ <!DOCTYPE>
62
+
63
+ <html lang="ja">
64
+
65
+ <head>
66
+
67
+ <meta charset="UTF-8">
68
+
69
+ <title></title>
70
+
71
+ <link rel="stylesheet" href="styles.css">
72
+
73
+ </head>
74
+
75
+ <body>
76
+
77
+ <div id="container">
78
+
79
+ <div class="question">質問1:テキストテキストテキストテキストテキストテキストテキスト</div>
80
+
81
+ <div class="yes_no"><div id="yes1" class="yes">はい</div><div id="no1" class="no">いいえ</div></div>
82
+
83
+ </div>
84
+
85
+ <script type='text/javascript' src="main.js"></script>
52
86
 
53
87
  </body>
54
88