質問編集履歴
2
添付画像とソースコードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,4 +4,182 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
|
8
|
+
|
9
|
+
○追記 10月1日
|
10
|
+
|
11
|
+
ご回答ありがとうございます。
|
12
|
+
|
13
|
+
添付画像のソースコードをこのシートの最下部に記載したのですが、そのソースコードの<body>の部分に書かれている「</div><!-- / #seed-csp4-content -->」がありますが、その中の</div>の右に書かれている「<!-- / #seed-csp4-content -->」もコメントアウトになるのでしょうか?コメントアウトで無い場合はどういう意味になるのでしょうか?
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
また、前記の「<!-- / #seed-csp4-content -->」にかかる疑問として、以下のソースコードは添付画像のコードですが、添付画像が表示されていることを人に対して最小限の言葉で説明するには、最下部の<body>の部分を説明するしか方法がないのでしょうか?(ソースコードの上から2行目の<html class="no-js seed-csp4" lang="en">だけを説明して理解していただくことはできないでしょうか?)
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
![イメージ説明](<!DOCTYPE html>
|
22
|
+
|
23
|
+
<html class="no-js seed-csp4" lang="en">
|
24
|
+
|
25
|
+
<head>
|
26
|
+
|
27
|
+
<meta charset="utf-8">
|
28
|
+
|
29
|
+
<title>Nothing found for Wp Archives 166493</title>
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
<!-- Bootstrap and default Style -->
|
40
|
+
|
41
|
+
<link rel="stylesheet" href="http://monopowers.com/profile/wordpress/wp-content/plugins/coming-soon/themes/default/bootstrap/css/bootstrap.min.css">
|
42
|
+
|
43
|
+
<link rel="stylesheet" href="http://monopowers.com/profile/wordpress/wp-content/plugins/coming-soon/themes/default/style.css">
|
44
|
+
|
45
|
+
<style type="text/css">
|
46
|
+
|
47
|
+
/* calculated styles */
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
/* Background Style */
|
52
|
+
|
53
|
+
html{
|
54
|
+
|
55
|
+
height:100%;
|
56
|
+
|
57
|
+
background: #fafafa;
|
58
|
+
|
59
|
+
}
|
60
|
+
|
61
|
+
.seed-csp4 body{
|
62
|
+
|
63
|
+
height:100%;
|
64
|
+
|
65
|
+
background: transparent;
|
66
|
+
|
67
|
+
}
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
/* Text Styles */
|
76
|
+
|
77
|
+
.seed-csp4 body{
|
78
|
+
|
79
|
+
font-family: Helvetica, Arial, sans-serif }
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
.seed-csp4 h1, .seed-csp4 h2, .seed-csp4 h3, .seed-csp4 h4, .seed-csp4 h5, .seed-csp4 h6{
|
84
|
+
|
85
|
+
font-family: Helvetica, Arial, sans-serif }
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
.seed-csp4 body{
|
90
|
+
|
91
|
+
color:#666666;
|
92
|
+
|
93
|
+
}
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
.seed-csp4 h1, .seed-csp4 h2, .seed-csp4 h3, .seed-csp4 h4, .seed-csp4 h5, .seed-csp4 h6{
|
102
|
+
|
103
|
+
color:#444444;
|
104
|
+
|
105
|
+
}
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
.seed-csp4 a, .seed-csp4 a:visited, .seed-csp4 a:hover, .seed-csp4 a:active{
|
112
|
+
|
113
|
+
color:#27AE60;
|
114
|
+
|
115
|
+
}
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
</style>
|
122
|
+
|
123
|
+
<!-- JS -->
|
124
|
+
|
125
|
+
<script src="http://monopowers.com/profile/wordpress/wp-includes/js/jquery/jquery.js"></script>
|
126
|
+
|
127
|
+
<script src="http://monopowers.com/profile/wordpress/wp-content/plugins/coming-soon/themes/default/bootstrap/js/bootstrap.js"></script>
|
128
|
+
|
129
|
+
<script src="http://monopowers.com/profile/wordpress/wp-content/plugins/coming-soon/themes/default/js/script.js"></script>
|
130
|
+
|
131
|
+
<!-- Modernizr -->
|
132
|
+
|
133
|
+
<script src="http://monopowers.com/profile/wordpress/wp-content/plugins/coming-soon/themes/default/js/modernizr.min.js"></script>
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
</head>
|
140
|
+
|
141
|
+
<body>
|
142
|
+
|
143
|
+
<div class="row">
|
144
|
+
|
145
|
+
<div class="col-md-12">
|
146
|
+
|
147
|
+
<div id="seed-csp4-content">
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
<h1 id="seed-csp4-headline">メンテナンス中</h1>
|
152
|
+
|
153
|
+
<div id="seed-csp4-description"><p>長期メンテナンス中です</p>
|
154
|
+
|
155
|
+
</div>
|
156
|
+
|
157
|
+
</div><!-- / #seed-csp4-content -->
|
158
|
+
|
159
|
+
</div></div>
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<!--[if lt IE 9]>
|
168
|
+
|
169
|
+
<script>
|
170
|
+
|
171
|
+
jQuery(document).ready(function($){$.supersized({slides:[ {image : ''} ]});});
|
172
|
+
|
173
|
+
</script>
|
174
|
+
|
175
|
+
<![endif]-->
|
176
|
+
|
177
|
+
</body>
|
178
|
+
|
179
|
+
</html>
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
<!-- Coming Soon Page and Maintenance Mode by SeedProd. Learn more: http://www.seedprod.com -->
|
184
|
+
|
185
|
+
)![イメージ説明](41a613e4106984173858c6e608b88f21.jpeg)
|
1
表示を更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
添付画像のDOMツリーの内容の下から5行目及び6行目には、「<!-- Coming Soon Page and Maintenance Mode by SeedProd. Learn more: http://www.seedprod.com -->」と書いてありますが、
|
2
|
-
|
3
|
-
その記述はBODYに書かれており、プラグインの名前として書かれているのだから、「Coming Soon Page and Maintenance Mode」のページを表示せよ(<!--Coming Soon~ seedprod.com -->の文字はウェブページに非表示であるが、「Coming Soon Page and Maintenance Mode(メンテナンス中)」のウェブページ自体は表示せよ)との理解で間違いないでしょうか? 「<!-- -->」で囲まれていても、単なるコメントアウト(覚書)ではないとの理解でよろしいでしょうか?
|
1
|
+
添付画像のDOMツリーの内容の下から5行目及び6行目には、「<!-- Coming Soon Page and Maintenance Mode by SeedProd. Learn more: http://www.seedprod.com -->」と書いてありますが、その記述はBODYに書かれており、プラグインの名前として書かれているのだから、「Coming Soon Page and Maintenance Mode」のページを表示せよ(<!--Coming Soon~ seedprod.com -->の文字はウェブページに非表示であるが、「Coming Soon Page and Maintenance Mode(メンテナンス中)」のウェブページ自体は表示せよ)との理解で間違いないでしょうか? 「<!-- -->」で囲まれていても、単なるコメントアウト(覚書)ではないとの理解でよろしいでしょうか?
|
4
2
|
|
5
3
|
「<!-- -->」を検索しても、コメントアウト(覚書)であるとの解説のサイトしかヒットしませんので、『DOMツリーの内容の下から5行目及び6行目の<!-- -->で囲まれた<!--Coming Soon~ seedprod.com -->の文字はウェブページに非表示であるが、「Coming Soon Page and Maintenance Mode(メンテナンス中)」のウェブページ自体は表示せよ』というソースコードであることを理解していただく為の解説(<!-- -->のコメントアウト以外の意味)が載ったサイトや本があれば教えていただけないでしょうか?
|
6
4
|
|