<html>  
   <head>  
      <style>  
         body{  
     text-align:center;  
     }  
     h1:hover{  
     color:red;  
     }  
     h2:hover{  
     color:blue;  
     }  
      </style>  
   </head>  
  
   <body>  
      <h1>Halo dunia </h1>  
      <h2>Ini adalah contoh dari :hover pseudo class</h2>  
   </body>  
</html>  

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.