質問編集履歴
6
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
```
|
11
|
+
```HTML
|
12
12
|
|
13
13
|
コード<!doctype html>
|
14
14
|
|
5
コードブロックの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,9 +10,17 @@
|
|
10
10
|
|
11
11
|
```html
|
12
12
|
|
13
|
-
コード<t
|
13
|
+
コード<!doctype html>
|
14
14
|
|
15
|
+
<html>
|
16
|
+
|
17
|
+
<head>
|
18
|
+
|
19
|
+
<meta charset="UTF-8">
|
20
|
+
|
21
|
+
<title>KUJIRA cafeへようこそ</title>
|
22
|
+
|
15
|
-
```
|
23
|
+
</head>```
|
16
24
|
|
17
25
|
|
18
26
|
|
4
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,16 +86,4 @@
|
|
86
86
|
|
87
87
|
</body>
|
88
88
|
|
89
|
-
</html>
|
89
|
+
</html>
|
90
|
-
|
91
|
-
ここに言語を入力
|
92
|
-
|
93
|
-
```
|
94
|
-
|
95
|
-
ここに言語を入力
|
96
|
-
|
97
|
-
```
|
98
|
-
|
99
|
-
コード
|
100
|
-
|
101
|
-
```
|
3
コードブロックとソースコードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,16 +8,94 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
```html
|
12
|
+
|
13
|
+
コード<title>KUJIRA cafeへようこそ</title>
|
14
|
+
|
15
|
+
```
|
16
|
+
|
17
|
+
|
18
|
+
|
11
19
|
### 該当のソースコード
|
12
20
|
|
13
|
-
|
21
|
+
<!doctype html>
|
14
22
|
|
15
|
-
|
23
|
+
<html>
|
16
24
|
|
17
|
-
<head>
|
25
|
+
<head>
|
18
26
|
|
19
|
-
|
27
|
+
<meta charset="UTF-8">
|
20
28
|
|
21
|
-
|
29
|
+
<title>KUJIRA cafeへようこそ</title>
|
22
30
|
|
23
|
-
|
31
|
+
</head>
|
32
|
+
|
33
|
+
<body>
|
34
|
+
|
35
|
+
<div class="wrapper">>
|
36
|
+
|
37
|
+
<!-- ヘッダー -->
|
38
|
+
|
39
|
+
<h1 id="logo"><a href="index.htmi"><img src="images/logo.png" width="217"
|
40
|
+
|
41
|
+
height="89" alt="KUJIRA cafe"></a></h1>
|
42
|
+
|
43
|
+
<ul id="nav">
|
44
|
+
|
45
|
+
<li><a href="index.htmi">ホーム</a></li>
|
46
|
+
|
47
|
+
<li><a href="about.html">店舗案内</a></li>
|
48
|
+
|
49
|
+
<li><a href="access.html">アクセス</a></li>
|
50
|
+
|
51
|
+
<li><a href="menu.html">メニュー</a></li>
|
52
|
+
|
53
|
+
<li><a href="contact.htmi"®>お問い合わせ</a></li>
|
54
|
+
|
55
|
+
</ul>
|
56
|
+
|
57
|
+
<!-- ヘッダー ここまで -->
|
58
|
+
|
59
|
+
<!-- メイン -->
|
60
|
+
|
61
|
+
<div>
|
62
|
+
|
63
|
+
<img src="images/keyvisual.jpg" width="900" heigt="362" alt="">
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<h2 id="news">News</h2>
|
68
|
+
|
69
|
+
<p>5月30日、『<a href="http://www.sbcr.jp" target="_blank">ここでしか飲めない!おいしいうれしい満喫カフェ』に掲載されました。</p>
|
70
|
+
|
71
|
+
<p>4月18日、KUJIRA cafeがオープンしました。ここ九寺楽の町で、皆さんが気軽に立ち寄れる、ゆったりと時間を過ごせる落ち着いた場所にしたいと思っています。</p>
|
72
|
+
|
73
|
+
<!-- メイン ここまで -->
|
74
|
+
|
75
|
+
<!-- フッター -->
|
76
|
+
|
77
|
+
<div id="footer"®>
|
78
|
+
|
79
|
+
<p>©Copyright KUJIRA cafe. All rights reserved.</p>
|
80
|
+
|
81
|
+
</div>
|
82
|
+
|
83
|
+
<!-- フッター ここまで -->
|
84
|
+
|
85
|
+
</div>
|
86
|
+
|
87
|
+
</body>
|
88
|
+
|
89
|
+
</html>`````````ここに言語を入力
|
90
|
+
|
91
|
+
ここに言語を入力
|
92
|
+
|
93
|
+
```
|
94
|
+
|
95
|
+
ここに言語を入力
|
96
|
+
|
97
|
+
```
|
98
|
+
|
99
|
+
コード
|
100
|
+
|
101
|
+
```
|
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
|
15
15
|
<html>
|
16
16
|
|
17
|
+
<head>
|
18
|
+
|
17
19
|
<meta charset="UTF-8>
|
18
20
|
|
19
21
|
<title>KUJIRA cafeへようこそ</title>
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,10 +10,12 @@
|
|
10
10
|
|
11
11
|
### 該当のソースコード
|
12
12
|
|
13
|
+
<!doctype html>
|
13
14
|
|
15
|
+
<html>
|
14
16
|
|
15
|
-
|
17
|
+
<meta charset="UTF-8>
|
16
18
|
|
17
|
-
|
19
|
+
<title>KUJIRA cafeへようこそ</title>
|
18
20
|
|
19
|
-
|
21
|
+
</head>
|