質問編集履歴

6

example\.comへ変更しました

2016/09/10 06:34

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -288,7 +288,7 @@
288
288
 
289
289
  <b>sitename </b>R/N<br>
290
290
 
291
- <b>url </b>http://www.xxxxxx.jp<br>
291
+ <b>url </b>example.com<br>
292
292
 
293
293
  </p>
294
294
 

5

間違いを修正しました

2016/09/10 06:33

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -106,13 +106,13 @@
106
106
 
107
107
  div.menu{padding:5px 10px;text-align:right;font-weight:bold;}
108
108
 
109
- ’’’
109
+ ```
110
110
 
111
111
 
112
112
 
113
113
  htmlファイルです。以下がトップページのファイルです。
114
114
 
115
- ’’’
115
+ ```
116
116
 
117
117
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
118
118
 

4

バッククオートに変更しました

2016/09/10 06:30

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -18,102 +18,102 @@
18
18
 
19
19
  cssファイルです。
20
20
 
21
+ ```
22
+
23
+ *{
24
+
25
+ margin:0;
26
+
27
+ padding:0;
28
+
29
+ border:none;
30
+
31
+ font-size:11px;
32
+
33
+ font-family:Verdana,san-serif;
34
+
35
+ color:#000000;
36
+
37
+ line-height:1.6em;
38
+
39
+ }
40
+
41
+
42
+
43
+ br{line-height:normal;letter-spacing:normal;}
44
+
45
+ img.p{border:1px solid #000;}
46
+
47
+
48
+
49
+ textarea{border:1px solid #000;background-color:transparent;font-size:xx-small;color:#000;}
50
+
51
+ input,option{border:1px solid #000;background-color:transparent;font-size:xx-small;color:#000;margin:1px;}
52
+
53
+
54
+
55
+ a{text-decoration:none;}
56
+
57
+ a:link,a:active,a:visited{color:#000;}
58
+
59
+ a:hover{color:red;}
60
+
61
+
62
+
63
+ p.text{padding:0;margin:0 10px 5px;text-align:left;}
64
+
65
+ p.top{padding:0;margin:10px 30px 10px;}
66
+
67
+
68
+
69
+
70
+
71
+ h1{
72
+
73
+ font-size:24pt;
74
+
75
+ margin:5px 10px;
76
+
77
+ text-align:center;
78
+
79
+ color:#000000;
80
+
81
+ }
82
+
83
+ h2{margin:10px 5px;}
84
+
85
+ h3{
86
+
87
+ margin:10px 20px;
88
+
89
+ border-bottom:1px solid #000000;
90
+
91
+ }
92
+
93
+
94
+
95
+ div.title{
96
+
97
+ font-size:12px;
98
+
99
+ margin:5px 10px 2px;
100
+
101
+ border-bottom:1px solid #dddddd;
102
+
103
+ }
104
+
105
+
106
+
107
+ div.menu{padding:5px 10px;text-align:right;font-weight:bold;}
108
+
21
109
  ’’’
22
110
 
23
- *{
111
+
24
-
25
- margin:0;
112
+
26
-
27
- padding:0;
28
-
29
- border:none;
30
-
31
- font-size:11px;
32
-
33
- font-family:Verdana,san-serif;
113
+ htmlファイルです。以下がトップページのファイルです。
34
-
35
- color:#000000;
36
-
37
- line-height:1.6em;
38
-
39
- }
40
-
41
-
42
-
43
- br{line-height:normal;letter-spacing:normal;}
44
-
45
- img.p{border:1px solid #000;}
46
-
47
-
48
-
49
- textarea{border:1px solid #000;background-color:transparent;font-size:xx-small;color:#000;}
50
-
51
- input,option{border:1px solid #000;background-color:transparent;font-size:xx-small;color:#000;margin:1px;}
52
-
53
-
54
-
55
- a{text-decoration:none;}
56
-
57
- a:link,a:active,a:visited{color:#000;}
58
-
59
- a:hover{color:red;}
60
-
61
-
62
-
63
- p.text{padding:0;margin:0 10px 5px;text-align:left;}
64
-
65
- p.top{padding:0;margin:10px 30px 10px;}
66
-
67
-
68
-
69
-
70
-
71
- h1{
72
-
73
- font-size:24pt;
74
-
75
- margin:5px 10px;
76
-
77
- text-align:center;
78
-
79
- color:#000000;
80
-
81
- }
82
-
83
- h2{margin:10px 5px;}
84
-
85
- h3{
86
-
87
- margin:10px 20px;
88
-
89
- border-bottom:1px solid #000000;
90
-
91
- }
92
-
93
-
94
-
95
- div.title{
96
-
97
- font-size:12px;
98
-
99
- margin:5px 10px 2px;
100
-
101
- border-bottom:1px solid #dddddd;
102
-
103
- }
104
-
105
-
106
-
107
- div.menu{padding:5px 10px;text-align:right;font-weight:bold;}
108
114
 
109
115
  ’’’
110
116
 
111
-
112
-
113
- htmlファイルです。以下がトップページのファイルです。
114
-
115
- ’’’
116
-
117
117
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
118
118
 
119
119
  <html lang="ja">
@@ -198,7 +198,7 @@
198
198
 
199
199
  </html>
200
200
 
201
- ’’’
201
+ ```
202
202
 
203
203
 
204
204
 
@@ -206,7 +206,7 @@
206
206
 
207
207
 
208
208
 
209
- ’’’
209
+ ```
210
210
 
211
211
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
212
212
 
@@ -300,7 +300,7 @@
300
300
 
301
301
  </html>
302
302
 
303
- ’’’
303
+ ```
304
304
 
305
305
 
306
306
 

3

間違いを修正しました

2016/09/10 06:21

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -276,7 +276,7 @@
276
276
 
277
277
  <span onclick="expand(chip2);" style="text-align:center;">
278
278
 
279
- <img src="http://blog-imgs-94.fc2.com/t/e/n/tencak/20160903125639cf1.jpg"><br>
279
+ <img src="image.gif"><br>
280
280
 
281
281
  <br>
282
282
 

2

一部間違いを修正しました

2016/09/10 06:15

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -252,7 +252,7 @@
252
252
 
253
253
  <body>
254
254
 
255
- <h1>点火</h1>
255
+ <h1>サイトネーム</h1>
256
256
 
257
257
  <div class="menu">
258
258
 

1

htmlファイルをアップしました

2016/09/10 06:14

投稿

mk-kk
mk-kk

スコア7

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  cssファイルです。
20
20
 
21
-
21
+ ’’’
22
22
 
23
23
  *{
24
24
 
@@ -106,6 +106,202 @@
106
106
 
107
107
  div.menu{padding:5px 10px;text-align:right;font-weight:bold;}
108
108
 
109
+ ’’’
110
+
111
+
112
+
113
+ htmlファイルです。以下がトップページのファイルです。
114
+
115
+ ’’’
116
+
117
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
118
+
119
+ <html lang="ja">
120
+
121
+ <head>
122
+
123
+ <meta http-equiv="Content-Type" content="text/html;charset=Shift_JIS">
124
+
125
+ <title></title>
126
+
127
+ <link rel="STYLESHEET" href="style.css" type="text/css">
128
+
129
+ </head>
130
+
131
+ <body>
132
+
133
+ <h3>||| last up</h3>
134
+
135
+ <p class="top">
136
+
137
+ 88/88 サイトオープンみたいなサイトの更新情報を。<br>
138
+
139
+ </p>
140
+
141
+
142
+
143
+ <h3>||| about this site</h3>
144
+
145
+ <p class="top">
146
+
147
+ ここにサイト説明をおきます。<br>
148
+
149
+ <br>
150
+
151
+ <br>
152
+
153
+ ここに注意点を書きましょう。<br>
154
+
155
+ <br>
156
+
157
+ <br>
158
+
159
+ *<br>
160
+
161
+ 例えば管理人の情報とかとか。<br>
162
+
163
+ <br>
164
+
165
+ *<br>
166
+
167
+ <br>
168
+
169
+ *<br>
170
+
171
+ 当サイトは全てのページで検索避け済み。的なことを書いてもいいかも<br>
172
+
173
+ <br>
174
+
175
+ <br>
176
+
177
+ *<br>
178
+
179
+ <br>
180
+
181
+ メールフォームを置いてもいいかもしれません。<br>
182
+
183
+ <br>
184
+
185
+ <br>
186
+
187
+ <br>
188
+
189
+ <br>
190
+
191
+ <br>
192
+
193
+ </p>
194
+
195
+ <div style="margin-top:1000px;"></div>
196
+
197
+ </body>
198
+
199
+ </html>
200
+
201
+ ’’’
202
+
203
+
204
+
205
+ 以下はページの半分に表示したい(これが反映されずにいます)メニューのhtmlファイルです。
206
+
207
+
208
+
209
+ ’’’
210
+
211
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
212
+
213
+ <html lang="ja">
214
+
215
+ <head>
216
+
217
+ <meta http-equiv="Content-Type" content="text/html;charset=Shift_JIS">
218
+
219
+ <title></title>
220
+
221
+ <link rel="STYLESHEET" href="style.css" type="text/css">
222
+
223
+ <script type="text/javascript">
224
+
225
+ <!--
226
+
227
+ function expand(id) {
228
+
229
+ if (id.style.display == "none") {
230
+
231
+ id.style.display = "";
232
+
233
+ }
234
+
235
+ else {
236
+
237
+ id.style.display = "none";
238
+
239
+ }
240
+
241
+ window.event.cancelBubble = true;
242
+
243
+ }
244
+
245
+ // -->
246
+
247
+ </script>
248
+
249
+ </head>
250
+
251
+ <base target="t">
252
+
253
+ <body>
254
+
255
+ <h1>点火</h1>
256
+
257
+ <div class="menu">
258
+
259
+ <a href=“pict.html”>pict</a><br>
260
+
261
+ <a href=“mail.html”>mail</a><br>
262
+
263
+ <a href="bkm.html">bookmark</a><br>
264
+
265
+ <a href="index.html" target="_top">index</a><br>
266
+
267
+ <br>
268
+
269
+ <a href="main.html" target="_top">all reset</a>
270
+
271
+ </div>
272
+
273
+ <br>
274
+
275
+ <p style="text-align:right;">
276
+
277
+ <span onclick="expand(chip2);" style="text-align:center;">
278
+
279
+ <img src="http://blog-imgs-94.fc2.com/t/e/n/tencak/20160903125639cf1.jpg"><br>
280
+
281
+ <br>
282
+
283
+ </p>
284
+
285
+ <div id="chip2" style="display:none;">
286
+
287
+ <p class="top">
288
+
289
+ <b>sitename </b>R/N<br>
290
+
291
+ <b>url </b>http://www.xxxxxx.jp<br>
292
+
293
+ </p>
294
+
295
+ </div>
296
+
297
+
298
+
299
+ </body>
300
+
301
+ </html>
302
+
303
+ ’’’
304
+
109
305
 
110
306
 
111
307
  ###試したこと
@@ -116,4 +312,4 @@
116
312
 
117
313
  ###補足情報(言語/FW/ツール等のバージョンなど)
118
314
 
119
- 使用しているブラウザはmac el captanです。
315
+ 使用しているブラウザはsafariです。