الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> * { outline: 1px solid red; } h3 { width: 100%; margin-left: 50px; } </style> </head> <body> <h2>Discover which element shows the scroller</h2> <p>Nothing wrong with me.</p> <br> <h3>I am the reason</h3> <p>Nothing wrong with me.</p> </body> </html>