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