EKsumic's Blog

let today = new Beginning();

Click the left button to use the catalog.

OR

JS复习:伪类选择器

JS复习:伪类选择器

 

CSS代码:

<style>
a:hover {
  color: red;
}
</style>

 

HTML代码:

<a href="#">鼠标悬停时变红色</a>

 

论外:

JS复习:通过表单提交触发方法

 

返回:[目录] JavaScript基础:方法触发相关

This article was last edited at 2023-05-10 15:38:50

* *