質問編集履歴

1

もう一つのページを追加

2017/05/15 04:10

投稿

TomofumiKimura
TomofumiKimura

スコア65

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ウェブのページにfooter があるのですが、そのセクションがいまいちうまく下になっていないのですが、原因がわかりません。
2
2
 
3
-
3
+ 最初のHTLMはOur Philosophy pageです
4
4
 
5
5
  ```HTML
6
6
 
@@ -98,8 +98,142 @@
98
98
 
99
99
  <div class="content">
100
100
 
101
+ <h2>Our Philosophy</h2>
102
+
103
+
104
+
105
+ <ul id = "philo_list">
106
+
107
+ <li>We believe in positive respectful partnerships between children, families, caregivers and teachers where we value our community's diversity./li>
108
+
109
+ <li>We aim to support children's learning through a stimulating prepared environment that nurtures and develops dispositions for learning and provides opportunities for success, challenges, individual interests, and freedom of choice.</li>
110
+
111
+ <li></li>
112
+
113
+ </ul>
114
+
115
+
116
+
117
+ </div>
118
+
119
+ <!-- Footer area -->
120
+
121
+ <div id = "footer">
122
+
123
+ <footer>This website was created for a University project. The content is largely fictional and no services are actually being offered.</footer>
124
+
101
125
 
102
126
 
127
+ </div>
128
+
129
+
130
+
131
+ </body>
132
+
133
+ </html>
134
+
135
+ ```
136
+
137
+
138
+
139
+ ```HTML
140
+
141
+ <!-- Assignment 18 % COMP112 Tomofumi Kimura index page-->
142
+
143
+ <!DOCTYPE html>
144
+
145
+ <html lang="en">
146
+
147
+ <head>
148
+
149
+ <!-- kimto341 child care-->
150
+
151
+ <meta charset = "UTF-8">
152
+
153
+ <link rel="stylesheet" type = "text/css" href="style.css">
154
+
155
+ <title>Child Care HomePage</title>
156
+
157
+ </head>
158
+
159
+ <body>
160
+
161
+ <!-- Main Heading-->
162
+
163
+ <div id = "header">
164
+
165
+ <h1>Welcome to Mama Bear Child Care</h1>
166
+
167
+ </div>
168
+
169
+ <!-- Navigation Area -->
170
+
171
+ <div id = "nav">
172
+
173
+ <ul>
174
+
175
+ <li><a class="active" href="index.html">Home</a></li>
176
+
177
+ <li><a href = "philosophy.html">Our Philosophy</a></li>
178
+
179
+ <li class = "dropdown"><a href="javascript:void(0)" class = "dropbtn">Our Centre</a>
180
+
181
+ <div class = "dropdown-content">
182
+
183
+ <a href="accelerated_programme.html">Mama Bear Accelerated Programme</a>
184
+
185
+ <a href="environment.html">Our Environment</a>
186
+
187
+ <a href="goals.html">Our Goals</a>
188
+
189
+ </div>
190
+
191
+ </li>
192
+
193
+
194
+
195
+
196
+
197
+ <li><a href="childs_day.html">The Childs Day</a></li>
198
+
199
+ <li><a href="settling.html">Settling in</a></li>
200
+
201
+ <li><a href = "staff.html">Our Staff</a></li>
202
+
203
+
204
+
205
+ </ul>
206
+
207
+ </div>
208
+
209
+
210
+
211
+ <!-- Contact Area -->
212
+
213
+ <div id = "contacts">
214
+
215
+ <h3 id="contact_us">Contact Us</h3>
216
+
217
+ <h4>If you have any questions about the Mama Bear please contact us at:</h4>
218
+
219
+ <ul>
220
+
221
+ <li>enquiries@mamaBear.co.nz</li>
222
+
223
+ <li>123 Salmon Lake Lane</li>
224
+
225
+ <li>Big Bear City</li>
226
+
227
+ </ul>
228
+
229
+ </div>
230
+
231
+ <!-- Main Area -->
232
+
233
+ <div class="content">
234
+
235
+
236
+
103
237
  <h2>Mama Bear Child Care is a privately run childcare centre</h2>
104
238
 
105
239