質問編集履歴

2

質問に間違いがありました。そこを修正しました

2019/08/01 11:00

投稿

meoto2408
meoto2408

スコア52

test CHANGED
File without changes
test CHANGED
@@ -160,7 +160,7 @@
160
160
 
161
161
  #試したことなど
162
162
 
163
- ヘッダーを表示するためのコード`<div id="header"></div>`を一度消して、また表示させると見えるようになっのですが少ししたらまた、見えなくなりました。
163
+ ヘッダーを表示するためのコード`<div id="header"></div>`を一度消して、読み込む。そしてまた書き込み(`<div id="header"></div>`を)読み込むと表示されまし。しかし、少ししたらまた、見えなくなりました。
164
164
 
165
165
 
166
166
 

1

ファイルの位置関係の追加

2019/08/01 11:00

投稿

meoto2408
meoto2408

スコア52

test CHANGED
File without changes
test CHANGED
@@ -167,3 +167,39 @@
167
167
  #聞きたいこと
168
168
 
169
169
  ソースコードだけでおかしなところはありますでしょうか?
170
+
171
+
172
+
173
+ #フォルダの位置
174
+
175
+ ```
176
+
177
+ test
178
+
179
+ ├css
180
+
181
+ │ └style.css
182
+
183
+ ├img
184
+
185
+ ├include
186
+
187
+ │ ├css
188
+
189
+ │ │ ├footer.css
190
+
191
+ │ │ └header.css
192
+
193
+ │ ├footer.html
194
+
195
+ │ ├header.html
196
+
197
+ │ └notice.html
198
+
199
+ ├js
200
+
201
+ │ └time.js
202
+
203
+ └index.html
204
+
205
+ ```