DOCTYPE html> <html> <head> <title> CSS | content Property </title> <style> p::before { content:"Welcome "; } a::before { content:normal; } </style> </head> ...
確定! 回上一頁