The instructions: Within the main
element, create a form with three nested section
elements. Then, make the form submit to https://freecodecamp.org/practice-project/accessibility-quiz
, using the correct method.
What is the correct method?
Please post your code and a link to the challenge. Thanks
<form method:"post" action="https://freecodecamp.org/practice-project/accessibility-quiz">
<section></section><section></section><section></section>
</form>
</main>
link to challenge:
Hey! i was stuck on the same step. You put “method:” not “method=” a little mistake <3
Mod Edit: SOLUTION REMOVED
Mod Edit: SOLUTION REMOVED
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
Hi I have a question.
I don’t understand the method attribute very well, when I got to the challenge I didn’t know that I should put the method attribute, I don’t know if I skipped that part of the course in past lessons but as far as I understood, only the form and the action were put inside. Could you explain a bit more about this please?
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.