What’s the structure of a form element?

<form action="/url-where-you-want-to-submit-form-data">
  <input>…
<button type="submit">this button submits the form</button>
</form>