bestform.php
Created Thursday 21 July 2022
<html> <head> <title>Code Input Form - Best</title> </head> <body> <h4> Please enter your information</h4> <form action="output.php" method="post"> Please enter your first name: <input name="first" type="text" /> <br> Please enter your last name: <input name="last" type="text" /> <br> What is your age? <input name="age" type="text" /> <br> What is your income? <input name="income" type="text" /> <br> <input type="submit" /> </form> <br> <br> </body>
Backlinks: FSU Courses:LIS5367:Older Material:flat cronut