Build Survey Form Project

I am stuck on on this one:
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" .
I tried writing few different ways, but it keeps popping as a mistake. Could someone check my code, please.

https://codepen.io/beatri-ju/pen/poNwPYN

<lable id="name-label" for ="name">Name:<input type="text" id="name" name="name" required/></lable>

Its ‘label’ not ‘lable’

2 Likes

oh god… :joy: silly me, thank you a lot for pointing it out… I was going crazy… :joy: :joy:

1 Like

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