Menu
×
×
Correct!
Exercise:In the form below, add a input field for button with the value "Click Me".
<form action="/action_page.php">
<@(36)> </form>
<form action="/action_page.php">
<input type="button" value="Click Me"> </form>
<form action="/action_page.php">
<input type='button' value='Click Me'> </form>
<form action="/action_page.php">
<input value="Click Me" type="button"> </form>
<form action="/action_page.php">
<input value='Click Me' type='button'> </form> Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 88 exercises.
Are you sure you want to continue?