×
×
Correct!

In the form below, add a submit button with the value "Submit Form".

<form action="/action_page.php">
<input type="text" name="username">
<input type="submit" value="Submit Form">
</form>
<form action="/action_page.php">
<input type="text" name="username">
<input type='submit' value='Submit Form'>
</form>
<form action="/action_page.php">
<input type="text" name="username">
<input value='Submit Form' type='submit'>
</form>
<form action="/action_page.php">
<input type="text" name="username">
<input value="Submit Form" type="submit">
</form>

Not Correct

Click here to try again.

Correct!

<form action="/action_page.php">
<input type="text" name="username">
<input >
</form>




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.