الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> p { color: red; text-align: center; } </style> </head> <body> <h1>H1 is not selected</h1> <p>P is selected.</p> <div> <p>Nested P is also selected.</p> </div> </body> </html>