CSS3 光标

cursor

<style type="text/css">
a:hover {
 cursor: pointer;  <!-- 当光标移动到链接上面,显示手型 -->
}
</style>

<a href="https://www.jmjc.tech">简明教程</a>


<!-- 更多关标样式

cursor: default; 默认
cursor: help; 帮助
cursor: wait; 沙漏
cursor: move; 可移动
cursor: text; 选择 

-->

效果

简明教程
更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程