Inside the form element, I am required to enter my name in a field with id=“name”. If I do not enter a name I will see an HTML5 validation error.
What does this mean? And What do they want? Here is the link:
What does this mean? And What do they want? Here is the link:
From your test errors:
There should be an input text field with id="name"
I’m blanking out, what is an input text field? Does that mean, <( input id=“name”> bla-bla</input)>. (Without the parenthesis).
Exactly.
This is your name input:
<input type="text" placeholder="Name">
It’s just missing the id
parameter.
thank you!
Ummm, I have fixed other things but i am still on the previous problem. Did I do what you said right?
You fixed that error code, yes. Now you’ve got a new one:
Name input field should be required
I do not understand. Please explain.
Thank you, I think I get it now. I’ll try it out.
Most project requirements should have been covered in some parts of the curriculum. So I’d suggest you check back at the previous lessons when you are in doubt.
Basic HTML and HTML5: Use HTML5 to Require a Field
Thank you but I think I got it figured now.
Got it! That was so simple! Thank you
I am almost done but this problem is holding me up. What do they want?
I am having the same problem with the checkboxes
All your radio-buttons must have a value attribute
What is that? And the same goes for the checkboxes right?
Yeeeeesssssss!!! i passssssseeeeedddd! Celebrate with me! i’m loving coding more every day!
Congratulations! Very proud of you!