<!DOCTYPE html> <html> <body> <form action="files/for.php" method="post"> <label for="fn">Name: </label><input type="text" name="fname" id="fn"><br> <label for="age">Age: </label><input type="number" name="ag" min=0 id="age"><br> <label for="pc">Postal code: </label><input type="number" name="pcode" id="pc"> <input type="submit" name="submit"> </form> </body> </html>
Run
×
Share