Skip to content

Challenge Add a Submit Button to a Form

SaintPeter edited this page · 1 revision
Clone this wiki locally

You will need to create a button element. Here's an example submit button: <button type="submit">this button submits the form</button>.

<form action="/submit-cat-photo">
  <input type="text" placeholder="cat photo URL">
  <button type="submit">Submit</button>
</form>
Something went wrong with that request. Please try again.