Learn HTML Forms by Building a Registration Form - Step 56

I find step 56 hard because I cannot get through it.
I tried

input[type=“submit”]

but it doesn’t work.

can someone please help me on this step?

1 Like

Pls post a link to the challenge

1 Like

you should use < /> instead of [/] and in other places as well.

1 Like

here is the link
thank you

Thank you for your reply
I tried to do it by your way but I still couldn’t do it.
can you please send me the format or an examle

This looks okay to me.
Did you complete the rest of the instructions? Please post all the code in a code block so we can read it on the forum.

1 Like

since this is a style document, you need to use curly brackets to add some css rules to your code and square brackets to select a special attribute selector.
For example, you have input[name="password"], but you need to change the value of the name and password and add curly brackets. Try it yourself and then I can help you with it if you need.

1 Like

Here is an example

input[type="submit"] {
  property: value;
  property: value;
}
2 Likes

Thank you so much
this worked

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