回答編集履歴

1

修正

2020/06/17 14:33

投稿

sousuke
sousuke

スコア3830

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```css
6
6
 
7
- <button class="here" onclick="location.href='#mail'">お問い合わせはこちら</button>
7
+ <button type="button" class="here" onclick="location.href='#mail'">お問い合わせはこちら</button>
8
8
 
9
9
  ```