質問編集履歴

1

htmlの方の追記をいたしました。 よろしくお願いいたします。

2018/08/03 02:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -50,9 +50,61 @@
50
50
 
51
51
  ### 該当のソースコード
52
52
 
53
+ ```html
54
+
55
+ <!doctype html>
56
+
57
+ <html>
58
+
59
+ <head></head>
53
60
 
54
61
 
62
+
55
- ```ここに言語名を入力
63
+ <body>
64
+
65
+ <?php require_once('header.php') ?>
66
+
67
+
68
+
69
+ <section id="MAIN">
70
+
71
+ <div class="mainview">
72
+
73
+ <div class="main_text"></div>
74
+
75
+ <a href="#about"><span></span></a>
76
+
77
+ </div><!--end mainview-->
78
+
79
+ <div id="about">
80
+
81
+ <div class="title_area"></div>
82
+
83
+ <div class="about_cont"></div><!--end about_cont-->
84
+
85
+ </div>
86
+
87
+ <div id="totop">
88
+
89
+ <a href="/"><img src="img/btn_top.png" alt="TOPへ戻る"></a>
90
+
91
+ </div><!--end totop-->
92
+
93
+ </section><!--end MAIN-->
94
+
95
+
96
+
97
+ <?php require_once('footer.php') ?>
98
+
99
+ </body>
100
+
101
+ </html>
102
+
103
+ ```
104
+
105
+
106
+
107
+ ```js
56
108
 
57
109
  $(function() {
58
110