Learn HTML Forms by Building a Registration Form - Step 17

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!

1 Like

Ok thanks for the help

1 Like

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