الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <!-- style.css هنا قمنا بتضمين الملف --> <link rel="stylesheet" href="/tutorials/html/tags/link/style.css"> </head> <body> <form action="/tryit/submitted" method="post"> <h1>Login</h1> <label for="email"><b>Email</b></label> <input type="email" placeholder="Enter Email" name="email" required> <label for="password"><b>Password</b></label> <input type="password" placeholder="Enter Password" name="password" required> <button type="submit">Login</button> </form> </body> </html>