回答編集履歴

1

修正

2019/06/04 07:27

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,53 @@
1
1
  そもそも記号が違います。“”ではなく"です。
2
2
 
3
3
  よくみてください。
4
+
5
+
6
+
7
+
8
+
9
+ これに変えてみてください。
10
+
11
+ ```HTML
12
+
13
+ <!DOCTYPE HTML>
14
+
15
+ <html lang="ja">
16
+
17
+ <head>
18
+
19
+ <title>プロトタイプ</title>
20
+
21
+ <meta http-equiv="content-type" charset="utf-8">
22
+
23
+ <meta name="viewport" content="width=device-width,initial-scale=1">
24
+
25
+ <meta http-equiv="x-ua-compatible" content="IE=edge">
26
+
27
+ <link rel="stylesheet" href="css/style.css">
28
+
29
+ <script src="js/index.js"></script>
30
+
31
+ </head>
32
+
33
+ <script>
34
+
35
+ </script>
36
+
37
+ <body>
38
+
39
+ <h1>orthomolecular</h1>
40
+
41
+
42
+
43
+ <img src="https://cdn.buutiful.jp/item_images/images/000/086/667/medium/f87232a1-fd36-45c5-b1f5-cf27bd30ede4.jpg?1493980650">
44
+
45
+ <!-- このイメージには食材やサプリメントの画像の挿入 -->
46
+
47
+
48
+
49
+ </body>
50
+
51
+ </html>
52
+
53
+ ```