質問するログイン新規登録

質問編集履歴

1

文法修正

2017/10/10 05:14

投稿

tomo
tomo

スコア18

title CHANGED
File without changes
body CHANGED
@@ -1,12 +1,10 @@
1
1
  ```ここに言語を入力
2
- <a href="/hoge">
2
+ <a href="/hoge"></a>
3
3
  ```
4
4
 
5
5
  ```ここに言語を入力
6
6
  <form method="get" action="/hoge">
7
- <input type="text" name="query">
8
7
  <button type="submit"></button>
9
- <input type="hidden" name="type" value="PR">
10
8
  </form>
11
9
  ```
12
10
  というコードがあった場合、どちらもhogeアクションにとぶと思うのですが、違いとして何がありますか?