Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションではhtmlページを使用していますが、そのページには1つのテキストフィールドがあり、右から左にデータを渡したいと思っています(ヘブライ語では右から左に配置されるため)事前に感謝します。
RTL テキスト フィールドの場合、HTMLdir属性またはdir="RTL" directionCSS with の with 属性を使用できますdirection: rtl。これらのプロパティは、テキスト フィールドだけでなく、ほとんどの視覚的な HTML 要素で使用できます。
dir
dir="RTL"
direction
direction: rtl
<textarea dir="rtl"></textarea>