<!DOCTYPE HTML>
<html>
<head>
<style>
body{
text-align:center;
}
p:lang(fr)
{
font-family:Verdana;
color:blue;
}
</style>
</head>
<body>
<p>Pseudo class :lang</p>
<p lang="fr">Pseudo class :lang dengan nilai fr</p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.