Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
</head>
<body>
<p>Texte de gauche à droite </p>
<p>
<bdo dir="rtl">Texte de droite à gauche</bdo>.
</p>
</body>
</html>