<!DOCTYPE html> <html> <body> <form action="files/buttontag.php" method="post"> Name:<input type="text" name="userName"><br> Email:<input type="email" name="email"><br> <button name="submit">submit</button> </form> </body> </html>
Run
×
Share