Step 57 of HTML-CSS Registration Form

To style the submit button, you can use an attribute selector, which selects an element based on the given attribute value. Here is an example:The above selects input elements with a name attribute value of password.Now, use the attribute selector to style the submit button with a display of block, and a width of 60%.

Hint: You should use an attribute selector of input[type=“submit”] to style the submit button.

Please post your actual code instead of a screenshot. Also, please post a link to the Step. Also, please describe how you are stuck in your own words. Thanks

3 Likes

Please help, I’m unsure what I’m doing wrong here… everything seems to be in place, to me.

Hello!

Compare the error message

with how you have the selector. I think you will notice the difference and find the error.

Happy coding!

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