📜  如何使用 CSS 设置不同类型的光标?

📅  最后修改于: 2021-09-01 02:11:30             🧑  作者: Mango

在本文中,我们将学习如何使用 CSS 设置不同类型的光标。 cursor 属性用于使用 CSS 设置不同类型的光标。借助 cursor 属性,我们可以指定在指向元素时要显示的鼠标光标。它需要一个值,它是游标的类型。

句法:

cursor: value

示例 1:

HTML



    

  

    
        

GeeksforGeeks

        

            Mouse over the div to change              the mouse cursor.         

       
  


HTML


  

    

  

    
        

GeeksforGeeks

        

            Mouse over the div to change              the mouse cursor.         

       
  


输出:

示例 2:

HTML



  

    

  

    
        

GeeksforGeeks

        

            Mouse over the div to change              the mouse cursor.         

       
  

输出: