<!DOCTYPE html> <html> <body> <form action="files/action.php" method="post"> First Name: <input type="text" name="fname"><br> Last Name: <input type="text" name="lname"><br> Tel: <input type="tel" name="Mnumber"><br> Email: <input type="email" name="email" required><br> <input type="submit" name="send" value="send"> </form> </body> </html>
Run
×
Share