الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <form action="/tryit/submitted" method="post"> <label for="email">Email</label> <br> <input type="email" id="email" name="email" value="test"> <br><br> <label for="password">Password</label> <br> <input type="password" id="password" name="password" value="1234"> <br><br> <!-- هنا قمنا بتحديد طول و عرض زر الإرسال --> <input type="image" alt="Submit" height="32" width="32" src="/tutorials/html/tags/input/sent-icon.PNG"> </form> </body> </html>