質問編集履歴

1

コードの詳細を追記しました

2019/06/28 03:37

投稿

lyzmfeqpxs54
lyzmfeqpxs54

スコア237

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,41 @@
17
17
 
18
18
 
19
19
  よろしくお願いいたします。
20
+
21
+
22
+
23
+
24
+
25
+ ```html
26
+
27
+ <!-- index.php -->
28
+
29
+
30
+
31
+ <html lang="ja">
32
+
33
+ <head>
34
+
35
+ <title></title>
36
+
37
+ <style>
38
+
39
+ body {
40
+
41
+ font-size: 62.5%;
42
+
43
+ }
44
+
45
+ </style>
46
+
47
+ </head>
48
+
49
+ <body>
50
+
51
+
52
+
53
+ </body>
54
+
55
+ </html>
56
+
57
+ ```