回答編集履歴

3

HTMLを貼付し直しました。

2017/12/14 03:41

投稿

Yousuck
Yousuck

スコア349

test CHANGED
@@ -10,7 +10,29 @@
10
10
 
11
11
  <!doctype html>
12
12
 
13
+ <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
14
+
15
+ <!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
16
+
17
+ <!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
18
+
19
+ <!--[if gt IE 8]><!-->
20
+
21
+ <html class="">
22
+
23
+ <!--<![endif]-->
24
+
25
+ <head>
26
+
27
+ <meta charset="utf-8">
28
+
29
+ <meta name="viewport" content="width=device-width, initial-scale=1">
30
+
31
+ <title>Untitled Document</title>
32
+
33
+ <link href="css/style.css" rel="stylesheet" type="text/css">
34
+
13
- /*~省略~*/
35
+ </head>
14
36
 
15
37
  <body id="top">
16
38
 
@@ -52,7 +74,11 @@
52
74
 
53
75
  <section class="col5" id="col05">5番</section>
54
76
 
77
+
78
+
55
- <section class="col6" id="col06">6番</section>
79
+ <section class="col4" id="col06">6番</section>
80
+
81
+
56
82
 
57
83
  </article>
58
84
 
@@ -72,6 +98,8 @@
72
98
 
73
99
  </html>
74
100
 
101
+
102
+
75
103
  ```
76
104
 
77
105
 

2

HTMLの最後の行に</html>タグが抜けておりました。失礼いたしました。

2017/12/14 03:41

投稿

Yousuck
Yousuck

スコア349

test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  </body>
72
72
 
73
-
73
+ </html>
74
74
 
75
75
  ```
76
76
 

1

HTMLの方の最後の行に不必要な<script>タグが入っていましたので削除しました。

2017/12/14 03:32

投稿

Yousuck
Yousuck

スコア349

test CHANGED
@@ -69,8 +69,6 @@
69
69
  <script src="/js/main.js"></script>
70
70
 
71
71
  </body>
72
-
73
- <script>
74
72
 
75
73
 
76
74