Hi all,
Would love some help!
I’ve got a problem with HTML validation. Similar to this. I believe I’ve done it somewhat correctly. I’ve typed required
, placeholder=""
, and I believe I also have the id=""
correct. But it still doesn’t work? Thanks to anyone replying, and sorry if it’s super messy
Another (off-topic) question: I looked through my errors and one of them said “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”.”.
So I went ahead and changed the id=""
for the number input field to id="number-label"
, but then all of a sudden my other already correct checks were undone because of that?
(By the way, I thought it was okay to personalise your project. If it’s not, I’ll redo the project.)
Link to my code: https://codepen.io/YinChuRijnaard/pen/qBPOzme?editors=1000