Learn Accessibility by Building a Quiz - Step 41

Hello…Please I need a hint on how to pass this step…The hint says"add a ‘button’ or ‘input’ element, which I am sure, I have done. I am unsure of what to do to proceed…

  <form method="post" action="https://freecodecamp.org/practice-project/accessibility-quiz" button type="submit">Send</button> 

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0

Challenge: Learn Accessibility by Building a Quiz - Step 41

Link to the challenge:

Restart the step.

Add the button to the form element means it should be found at the bottom of that element:
image

Add the button element between the closing </section> and </form> tags.