building a quiz step 36

Tell us what’s happening:

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.

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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/17.0 Chrome/96.0.4664.104 Safari/537.36

Challenge: Step 36

Link to the challenge:

hello and welcome to fcc forum :slight_smile:

you havent posted anything about what have you tried or what you didnt understand about this problem, please share those and hopefully we can help you fix that

general idea about that step is:

  • create a <select> element
  • that will have a ‘required’ attribute
  • within that “select” element add three ‘option’ with ‘value’ and text

if you do all these then it should be fine, happy learning :slight_smile:

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