เคอร์เซอร์ คุณสมบัติของ CSS ช่วยให้คุณระบุประเภทของเคอร์เซอร์ที่ควรแสดงต่อผู้ใช้
ตัวอย่าง
<html> <head> </head> <body> <p>Move the mouse over the words and see the changes in cursor:</p> <div style = "cursor:auto">Auto</div> <div style = "cursor:crosshair">Crosshair</div> <div style = "cursor:default">Default</div> </body> </html>