ใช้แอตทริบิวต์ dir ใน HTML เพื่อตั้งค่าย่อหน้าด้วยทิศทางจากขวาไปซ้าย เพิ่มค่า rtl ให้กับแอตทริบิวต์ dir สำหรับข้อความที่จะวางจากขวาไปซ้าย
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน dir แอตทริบิวต์ −
<!DOCTYPE html> <html> <body> <p dir="rtl">This is demo paragraph. This is demo paragraph. This is demo paragraph. This is demo paragraph. This is demo paragraph. This is demo paragraph. This is demo paragraph.</p> </body> </html>