質問編集履歴

2

みなさん、回答ありがとうございます。詳しく説明してくれてうれしかったです。みなさんの回答は全部ベストアンサーです。

2016/08/10 09:15

投稿

uverworld101nm
uverworld101nm

スコア172

test CHANGED
File without changes
test CHANGED
File without changes

1

html文がないとのことで掲載します。

2016/08/10 09:15

投稿

uverworld101nm
uverworld101nm

スコア172

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,59 @@
75
75
 
76
76
 
77
77
  ```
78
+
79
+ ```html
80
+
81
+ <html>
82
+
83
+ <head>
84
+
85
+ <title>API_SAMPLE</title>
86
+
87
+ </head>
88
+
89
+ <body>
90
+
91
+ <form action="" method="GET">
92
+
93
+ <input type="text" name="keyword">
94
+
95
+ <input type="submit">
96
+
97
+ </form>
98
+
99
+ </body>
100
+
101
+ </html>
102
+
103
+ <html>
104
+
105
+ <head>
106
+
107
+ <title>API_SAMPLE</title>
108
+
109
+ </head>
110
+
111
+ <body>
112
+
113
+ <form method="GET">
114
+
115
+ <select name="budget">
116
+
117
+ <option value="B001">〜2000円</option>
118
+
119
+ <option value="B002">2001円〜3000円</option>
120
+
121
+ <option value="B003">3001円〜4000円</option>
122
+
123
+
124
+
125
+ </select> <input type="submit" name="search" value="検索" onFocus="this.select()">
126
+
127
+ </form>
128
+
129
+ </body>
130
+
131
+ </html>
132
+
133
+ ```