I cant find my problem in "Build a Survey Form-user story #10 "

hi i cant fix this problem
maybe i dont understand #10 user story
please help me fix this
tnx

my pin:
https://codepen.io/Ali_Gh_/full/NWbJZeO

Read the error message closely:

  1. 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”.

#name-label should be a element : expected ‘LABLE’ to equal ‘LABEL’ AssertionError: #name-label should be a element : expected ‘LABLE’ to equal ‘LABEL’

Do you notice a spelling problem?

1 Like

Hi @ali_gh1392 !

Welcome to the forum!

In addition to the spelling errors, please move your css out of the style tags and into the css section.

It will make it much easier for you and other developers to be able to read your code if it is not all in one place.

1 Like

yes you’re right
tnx

thanks
that was the problem

This is not how you spell label.
<lable

thank you for your help

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