Home >Web Front-end >HTML Tutorial >How to change the mouse shape of a link_html/css_WEB-ITnose
Just add this code to the link
Or you can write it with CSS as above
style="cursor:hand" style="cursor:crosshair"
style="cursor:text" style="cursor:wait"
style="cursor:move" style="cursor:help"
style="cursor:e -resize" style="cursor:n-resize"
style="cursor:nw-resize" style="cursor:w-resize"
style="cursor:s-resize" style="cursor: se-resize"
style="cursor:sw-resize"
You only need to add the above code to the link or the STYLE area of the page to diversify the mouse.