<!DOCTYPE html> <html> <body> <form action="files/password-keyword.php" method="post"> Users's name: <input type="text" name="name"><br> Email: <input type="email" name="email"><br> Password: <input type="password" name="password"><br> <input type="submit" name="submit" value="Create Account"> </form> </body> </html>
Run
×
Share