HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form method="get" action="/login.php"> Email Address:<br> <input type="text" name="email"><br> Password:<br> <input type="password" name="pass"> <input type="submit"> </form> </body> </html>
OUTPUT
×

Save as Private