xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>cursor 属性 - W3Cschool教程(w3cschool.cn)</title>
<style>
a:hover {
color: green;
cursor: crosshair;
}
</style>
</head>
<body>
<p><a href="https://www.w3cschool.cn/">W3C</a></p>
</body>
</html>