الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .red { color: red; } .center { text-align: center; } </style> </head> <body> <p class="red center">I'm using both classes red and center</p> </body> </html>