الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .wrong { text-decoration: underline red wavy 0.8px; } </style> </head> <body> <h1>CSS text-decoration</h1> <p>I'm a web <span class="wrong">desinger</span></p> </body> </html>