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.
<lable id="name-label" for ="name">Name:<input type="text" id="name" name="name" required/></lable>
Its ‘label’ not ‘lable’
2 Likes
oh god… silly me, thank you a lot for pointing it out… I was going crazy…
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.