Learn Accessibility by Building a Quiz - Step 41

Tell us what’s happening:
im a bit lost on how to get it to show the word “send” and yes am aware of the closing brackets
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.

   </div>
        </section>
        <input type="submit " name="Send" for=" send" 
      </form>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 41

Link to the challenge:

Kindly Google the difference between input element and button element.

to submit the form usually we use button.

If you want a word to show up you must type it BETWEEN the opening and closing tags not WITHIN the said tags.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.