回答編集履歴

1

colorとbackgroundしていを変更

2018/10/11 05:25

投稿

kunai
kunai

スコア5405

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```HTML
2
2
 
3
- ・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.color='black'" onMouseOver="this.style.background='red'"><?= $result->title ?></a>
3
+ ・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.background=''" onMouseOver="this.style.background='red'"><?= $result->title ?></a>
4
4
 
5
5
  ```
6
6