@rpatt, your code snippet only shows the input elements for name, email and number which isn’t related to user story 12.
It’s best if you provided a link to your pen so people can see what you’ve tried so far.
Now, about user story #12. Have you searched to find out how to make a dropdown? This was something that wasn’t in the FCC curriculum so it’s something you’ll have to research.
As an aside, the word “label” is spelled “label” and this </input> is not a valid HTML tag.
https://codepen.io/richpatt12/pen/GRqqrga so here’s the pen link and I fixed the label spelling error . And sorry seems like I made a mistake step 10 is the one coming up wrong.
Yes I see it passed the 11th User story but the 10th one ( or the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id=“name-label”, id=“email-label”, and id=“number-label”.) is saying I didn’t pass it or does it not have to go in order.
10. For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label".
#number-label is not defined : expected null to not equal null
That last line is very important.
HINT:
notice a difference between these two lines in your code? <label id="email-label"> <label="number-label">