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

Save as Private