الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> p { text-indent: 50px; } </style> </head> <body> <h1>CSS text-indent</h1> <p>First line start with indentation.<br> Other lines have no indentation.</p> </body> </html>