الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> div { text-align: justify; border: 1px solid gray; padding: 10px; max-width: 200px; } </style> </head> <body> <h1>CSS text-align: justify</h1> <div>This example demonstrate how the justify property works. As you notice, all lines except the last one are having the same long.</div> </body> </html>