質問編集履歴

1

コード修正

2017/03/18 13:00

投稿

nishimy
nishimy

スコア14

test CHANGED
File without changes
test CHANGED
@@ -6,13 +6,13 @@
6
6
 
7
7
  ```
8
8
 
9
- <form id="send" acton="/xxx/xxx" method="POST">
9
+ <form id="send" action="/xxx/xxx" method="POST">
10
10
 
11
11
  Email:<input type="text" name="mail_address" value="" placeholder="Email">
12
12
 
13
13
  パスワード:<input type="password" name="password" value="" placeholder="パスワード">
14
14
 
15
- <a id="bin"><span>新規登録</span></a>
15
+ <a id="btn"><span>新規登録</span></a>
16
16
 
17
17
  </form>
18
18