Menu
×
×
Correct!
Exercise:Add a submit button, and specify that the form should go to "/action_page.php".
<form action="/action_page.php">
Name: <input type="text" name="name"> <input type="submit"> </form>
<form action="/action_page.php">
Name: <input type="text" name="name"> <input type='submit'> </form> Not CorrectClick here to try again. Correct!Next ❯
<form
="/action_page.php">
Name: <input type="text" name="name"> < > </form> |