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