Menu
×
×
Correct!
Exercise:Add a submit button, and specify that the form should go to "/action_page.php".
<form @(6)="/action_page.php">
Name: <input type="text" name="name"> <@(19)> </form>
<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 ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?