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