Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p {
writing-mode: vertical-lr;
text-orientation: upright;
}
</style>
</head>
<body>
<h2>Exemple de la propriété text-orientation</h2>
<p>Lorem ipsum est simplement du faux texte.</p>
</body>
</html>