Learn Accessibility by Building a Quiz - Step 41

Tell us what’s happening:

ive been trying using button tag and input tag for countless time, is it a bug or did i do something wrong?? ive also tried writing the value as send instead of Send.

Your code so far

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.

<input type="submit" value="Send">

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 41

1 Like

It’s hard to say without seeing the whole code.

Welcome to the forum @carrotmilk.lover

Try placing the element above the form closing tag.

Happy coding

           </div>
          </div>
        </section>
<input type="submit" value="Send">
      </form>

would you please send the whole code, so we can take a better look on it?

its okay, i found it ! ^^

1 Like