Prev Demo
CSS3
>
Language Selector
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> div:lang(bn) { color: blue; background-color: pink; } </style> <p>Welcome to Bengal</p> <div lang="bn">Banlaya sbagatama</div> <p>"Banlaya sbagatama" means 'welcome to Bengal' in Bengali language.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output