DOCTYPE html> <html> <head> <title>CSS Attribute Selector Example</title> <style> a[target] { background-color:red; color:white; } </style> </head> <body> ...
確定! 回上一頁