質問編集履歴

1

HTML内の記述追加

2018/05/10 07:11

投稿

ysysys
ysysys

スコア16

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,37 @@
12
12
 
13
13
  HTML内の記述
14
14
 
15
- ---
15
+ ```html
16
+
17
+ <link href="../../css/reset.css" rel="stylesheet" type="text/css" />
18
+
19
+ <link href="../../css/all_cmn.css" rel="stylesheet" type="text/css" />
20
+
21
+ <link href="../../css/ndl_cmn.css" rel="stylesheet" type="text/css" />
22
+
23
+ <link href="../../css/ndl_03.css" rel="stylesheet" type="text/css" />
24
+
25
+ <link href="../../css/print.css" rel="stylesheet" type="text/css" media="print" /><!--プリント用-->
26
+
27
+ <!--[if IE]><link href="../../css/ruby.css" rel="stylesheet" type="text/css" /><![endif]--><!--ルビ用-->
28
+
29
+ <link rel="index" href="../index.html" title="TESTページ" />
30
+
31
+ <link rel="contents" href="./sitemap/index.html" title="マップ | TEST" />
32
+
33
+ <link rel="shortcut icon" href="/favicon.ico" />
34
+
35
+ </head>
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
16
46
 
17
47
  <div class="box_cmn">
18
48
 
@@ -28,9 +58,13 @@
28
58
 
29
59
  <p>ページの説明文2</p>
30
60
 
61
+ ```
31
62
 
32
63
 
33
- ---
64
+
65
+
66
+
67
+
34
68
 
35
69
  キャプション自体は挿入できましたが、最初に記載している①,②の条件をクリアできていません。
36
70