<!DOCTYPE html> <html> <body> <form method="post" action="files/fieldset.php"> <fieldset> Name: <input type="text" name="cname"><br> Father's name: <input type="text" name="cfname"><br> <input type="submit" name="submit"> </fieldset> </form> </body> </html>
Run
×
Share