Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p:lang(fr) { background: #1c87c9; color:#eee; } </style> </head> <body <p>Je suis de France.</p> <p lang="fr">Je m'appelle Anne</p> </body> </html>