الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <p>Click on the following button to display a message.</p> <button type="button" onclick="alert('Hello User');">Display Message</button> <input type="button" value="Display Message" onclick="alert('Hello User');"> </body> </html>