Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

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 भागों में बांटा गया हैं

  1. General Cursors

  2. Links & Status Cursors

  3. Selection Cursors

  4. Drag & Drop Cursors

  5. Resizing & Scrolling Cursors

  6. 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.

  1. General Cursors

  2. Links & Status Cursors

  3. Selection Cursors

  4. Drag & Drop Cursors

  5. Resizing & Scrolling Cursors

  6. Zooming Cursors

error: Content is protected !!