Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
p:lang(fr) {
background: #1c87c9;
color:#eee;
}
</style>
</head>
<body
<p>I am from France.</p>
<p lang="fr">Je m'appelle Ann</p>
</body>
</html>