質問編集履歴

1

文法修正

2017/10/10 05:14

投稿

tomo
tomo

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```ここに言語を入力
2
2
 
3
- <a href="/hoge">
3
+ <a href="/hoge"></a>
4
4
 
5
5
  ```
6
6
 
@@ -10,11 +10,7 @@
10
10
 
11
11
  <form method="get" action="/hoge">
12
12
 
13
- <input type="text" name="query">
14
-
15
13
  <button type="submit"></button>
16
-
17
- <input type="hidden" name="type" value="PR">
18
14
 
19
15
  </form>
20
16