質問編集履歴

1

訪問先のホーム要素追記

2021/02/04 08:34

投稿

M_Y
M_Y

スコア3

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,19 @@
14
14
 
15
15
  ```
16
16
 
17
- インターネットは開くが入力ができない
17
+ IEは開くが入力ができない
18
+
19
+
20
+
21
+ <form id="form1">
22
+
23
+ <input type="text" class="form-control" placeholder="キーワードを入力して選んでください">
24
+
25
+ <div id="gc-container1" class="gc-container" style="display: none;"></div></form>
26
+
27
+
28
+
29
+ 上記が入力するフォームの要素になります。
18
30
 
19
31
  ```
20
32