Untuk memilih elemen dengan fokus, gunakan: pemilih fokus. Anda boleh cuba menjalankan kod berikut untuk mencapai ini: Focus Picker -
<!DOCTYPE html> <html> <head> <style> input:focus { background-color: green; } </style> </head> <body> <form action = ""> Subject <input type = "text" name = "subject"><br> Student: <input type = "text" name = "student"><br> Age: <input type = "number" name" = age><br> <input type = "submit" value="Submit"> </form> </body> </html>
Atas ialah kandungan terperinci Elemen reka bentuk tertumpu pada CSS. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!