crop_rotate
Run
<!DOCTYPE html> <html> <head> <style> a:hover { background-color: yellow; } </style> </head> <body> <a href="https://www.closetag.com">w3schools.com</a> <a href="https://www.wikipedia.org">wikipedia.org</a> <p><b>Note:</b> The :hover selector style links on mouse-over.</p> </body> </html>
w3schools.com
wikipedia.org
Note:
The :hover selector style links on mouse-over.