質問編集履歴

1

コードタグの使用

2019/12/01 02:19

投稿

wally
wally

スコア11

test CHANGED
File without changes
test CHANGED
@@ -10,13 +10,17 @@
10
10
 
11
11
  ↓のテンプレートを利用して、ウェブサイトを作成中です。
12
12
 
13
+
14
+
13
- https://f-tpl.com/tpl_043/
15
+ [リンク](https://f-tpl.com/tpl_043/)
16
+
17
+
14
18
 
15
19
 
16
20
 
17
21
  ↓を参考に数秒ごとに写真が切り替わるページを2つ作成しました。
18
22
 
19
- http://toretama.jp/automatic-animation-image-floaty.html
23
+ [リンク](http://toretama.jp/automatic-animation-image-floaty.html)
20
24
 
21
25
 
22
26
 
@@ -32,11 +36,11 @@
32
36
 
33
37
  の下の方に追加してみたのですが、上記の症状は変わりませんでした。
34
38
 
35
- https://materializer.co/lab/blog/64
39
+ [リンク](https://materializer.co/lab/blog/64)
36
40
 
37
41
 
38
42
 
39
- ```
43
+
40
44
 
41
45
  エラーメッセージ
42
46
 
@@ -60,6 +64,12 @@
60
64
 
61
65
 
62
66
 
67
+
68
+
69
+
70
+
71
+ ```HTML
72
+
63
73
  <div id="photo">
64
74
 
65
75
  <img src="gazou1.jpg" width="500" height="300" alt="">
@@ -72,11 +82,23 @@
72
82
 
73
83
  </div>
74
84
 
85
+ ```
86
+
87
+
88
+
75
89
 
76
90
 
77
91
  で画像が切り替わるページの写真に
78
92
 
79
93
 
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+ ```css
80
102
 
81
103
  img {
82
104
 
@@ -85,6 +107,8 @@
85
107
  height: auto;
86
108
 
87
109
  }
110
+
111
+ ```
88
112
 
89
113
 
90
114