الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> a { color: red; text-decoration: none; } </style> </head> <body> <h1>Fixed Links Color</h1> <p>You should learn <a href="/tutorials/html">HTML</a> before <a href="/tutorials/css">CSS</a></p> </body> </html>