<!DOCTYPE html> <html> <body> <form method="post" action="files/fieldsettag.php"> <fieldset> <legend> Form </legend> Name:<input type="text" name="sname"><br> Email:<input type="email" name="email"><br> <input type="submit" name="submit"> </fieldset> </form> </body> <html>
Run
×
Share