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