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

Save as Private