回答編集履歴
1
colorとbackgroundしていを変更
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
```HTML
|
2
|
-
・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.
|
2
|
+
・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.background=''" onMouseOver="this.style.background='red'"><?= $result->title ?></a>
|
3
3
|
```
|
4
4
|
じゃダメですか
|