回答編集履歴

1

コード修正

2018/02/27 00:02

投稿

dit.
dit.

スコア3235

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```html
2
2
 
3
- onClick="window.open('page-2.html','mannaka')"
3
+ <button type="button" name="sample" value="Sample" onClick="window.open('page-2.html','mannaka')">Sample</button>
4
4
 
5
5
  ```
6
6