HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p:lang(zh-Hans){ color: blue; } </style> </head> <body> <h1>CSS :lang Selector</h1> <p lang="zh-Hans">你好,世界</p> <p>Hello world</p> </body> </html>
OUTPUT
×

Save as Private