Nest an input
element within each label
. Be sure to add each input
after the label
text, and include a space after the colon.
the above one is the challenge description
Nest an input
element within each label
. Be sure to add each input
after the label
text, and include a space after the colon.
the above one is the challenge description
Remove all type attributes and put space after each colon.
Email and password need space after colon.
ok i will try that and update
You should add four input
elements to the fieldset
element.
the above is the next challenge
This was your best attempt so far. The only problem was the type attributes you created. If you use this code without the type attributes then it will work.
still i don’t get it
What is an attribute?
Entering our first name
No, that is the text of the label element.
Here, see this post and then try to answer the question “what is an attribute”
input is an attribute here right
No input is the element.
Try again? What did that post say was the attributes?
Please explain it to me
is label is an attribute here right
no label input fieldset
are all elements.
someone please tell what is the attribute it stressing me out
attributes are like features within elements . So the div
element can have a class
attribute of xyz. Or the p
element can have the id
attribute of abc
Please explain the attribute using the above code
We have already tried!
My very first post I said that you should remove the type attribute from the input element!
Ok thanks for the help