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