<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
p {
writing-mode: vertical-lr;
text-orientation: upright;
}
</style>
</head>
<body>
<h2>Пример свойства text-orientation</h2>
<p>Lorem Ipsum - это текст-"рыба".</p>
</body>
</html>