HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<html><body><form action="login_page.html" method="POST"> <!-- Other HTML form fields goes here --> <h1></h1> <label>Email</label><br/> <input type="email"/> <label>Password</label><br/> <input type="password"/> <input name="submit" type="submit" value="Login"/> </form></body></html>