<html> <head> <style type="text/css"> table { width: 100%; } tr:focus-within { background: red; } td { padding: 20px; } </style> </head> ...
確定! 回上一頁