mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|     <head>
 | |
|         <title>Hover test!</title>
 | |
| <style>
 | |
| a:hover {
 | |
|     color: red;
 | |
| }
 | |
| </style>
 | |
|     </head>
 | |
|     <body>
 | |
|         <a href="hover.html">this is a link</a>
 | |
|     </body>
 | |
| </html>
 | 
