質問編集履歴

1

呼び出し元の追加

2021/01/03 09:26

投稿

pepe0730
pepe0730

スコア8

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ### 発生している問題・エラーメッセージ
12
12
 
13
- 検証ツールで覗いてみると以下のように<br/>が付与され実装できなくなっています。
13
+ 呼び出し元のファイルを開き、検証ツールで覗いてみると以下のように<br/>が付与され実装できなくなっています。
14
14
 
15
15
  ```
16
16
 
@@ -32,8 +32,62 @@
32
32
 
33
33
 
34
34
 
35
+ 呼び出し元
36
+
35
37
  ```PHP
36
38
 
39
+ <!DOCTYPE html>
40
+
41
+ <html lang="en">
42
+
43
+ <head>
44
+
45
+ <meta charset="UTF-8">
46
+
47
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
48
+
49
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
50
+
51
+ <title>Document</title>
52
+
53
+ </head>
54
+
55
+ <body>
56
+
57
+ <div id="js-question" class="mt-3 alert alert-primary" role="alert">
58
+
59
+ A simple primary alert—check it out!
60
+
61
+ </div>
62
+
63
+ <div class="d-flex justify-content-center">
64
+
65
+ <button type="button" class="btn btn-primary">Primary</button>
66
+
67
+ <button type="button" class="ml-1 btn btn-primary">Primary</button>
68
+
69
+ <button type="button" class="ml-1 btn btn-primary">Primary</button>
70
+
71
+ <button type="button" class="ml-1 btn btn-primary">Primary</button>
72
+
73
+ </div>
74
+
75
+ <?php
76
+
77
+ include("manager.php");
78
+
79
+ ?>
80
+
81
+ </body>
82
+
83
+ </html>
84
+
85
+ ```
86
+
87
+ スクリプト用php
88
+
89
+ ```PHP
90
+
37
91
  <?php
38
92
 
39
93
  $quiz = array('question' => 'ゲーム市場最も売れたゲームは?',