×
×
Correct!
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! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?