質問編集履歴

1

ソースコードの修正

2018/01/04 08:05

投稿

yuuuui
yuuuui

スコア59

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
 
14
14
 
15
- <input id="test" type="button" class="btn_active btn" style="width: 100px;margin-left: 10px;">テスト</input>
15
+ <input id="test" type="button" class="btn_active btn" value="test" style="width: 100px;margin-left: 10px;" >テスト</input>
16
16
 
17
- <input id="test" type="button" class="btn_active btn" style="width: 100px;margin-left: 10px;">テスト2</input>
17
+ <input id="test" type="button" class="btn_active btn" value="test" style="width: 100px;margin-left: 10px;">テスト2</input>
18
18
 
19
19
  ```
20
20