TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> input:hover { border: 2px solid green; } </style> </head> <body> <input type="text" placeholder="Hover over me"> </body> </html>