الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> p { line-height: 30px; } </style> </head> <body> <h1>CSS line-height</h1> <p>line-height property sets the height of each line inside the element.<br> Choosing the right line-height is very important for user.</p> </body> </html>