CSS Cursor Property
जब आप किसी link पर mouse cursor ले जाते है तो आपको hand cursor show होता है और जब आप किसी text पर mouse cursor ले जाते है तो text cursor show होता है। बाकी दूसरे HTML elements पर भी arrow, move आदि cursors show होते है। Cursor की मदद से user को पता चल जाता है की जिस element पर cursor ले जाया गया है वह किस प्रकार behave करेगा।
Syntax:- cursor : cursor-type;
Content के अलग-अलग type को दिखाने के लिए कई प्रकार के Mouse Cursor को उनके work और बनावट के आधार पर 6 भागों में बांटा गया हैं
-
General Cursors
-
Links & Status Cursors
-
Selection Cursors
-
Drag & Drop Cursors
-
Resizing & Scrolling Cursors
-
Zooming Cursors
CSS Cursor Property
When you move the mouse cursor on a link, the hand cursor is shown and when you move the mouse cursor on any text, the text cursor is shown. Cursors like arrow, move etc. are also shown on other HTML elements. With the help of cursor, the user gets to know how the element on which the cursor has been moved will behave.
Syntax:- cursor: cursor-type;
To show different types of content, many types of Mouse Cursors have been divided into 6 parts based on their work and structure.
-
General Cursors
-
Links & Status Cursors
-
Selection Cursors
-
Drag & Drop Cursors
-
Resizing & Scrolling Cursors
-
Zooming Cursors