1302734-bidi-plaintext-2a.html (249B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 width: 50px; 5 height: 100px; 6 border: 1px solid gray; 7 display: inline-block; 8 writing-mode: vertical-rl; 9 } 10 </style> 11 <!-- dir="rtl" should make the text bottom-aligned (i.e. line-right) --> 12 <div dir="rtl">x</div>