Can't pass step 56 in New Responsive Web design course

This task gives in this step -

Add the name attribute with the value personality to the checkbox input element.

While you won’t notice this in the browser, doing this makes it easier for a server to process your web form, especially when there are multiple checkboxes.

Here is the code that I have the written:-

<input type="checkbox" name="personality" >

This error show me -

The checkbox input element does not have a name attribute. Check that there is a space after the opening tag’s name.

1 Like

Did you really delete the id attribute from the input? If so, I don’t think you should have done that. I’d restart the step and only add the name attribute. Don’t delete anything.

Thanks for the help, It’s solved my issue

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