Hi, I was trying the survey form project on codepen and the tester keep saying this “#number-label should be a element : expected ‘LABLE’ to equal ‘LABEL’” about the User Story#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"
.!" But i can’t understand where i’m failing. Here’s the code
expected ‘LABLE’ to equal ‘LABEL’
Check your spelling, it is label
and not lable
. You have a typo.
Do a Ctrl + f in the HTML codebox and search for lable
to find the typo.
1 Like
Thank you very much for the help.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.