I dont know how to do step 56.
My code looks like this.
<label for=“Loving”
I dont know how to do step 56.
My code looks like this.
<label for=“Loving”
Hello!
Here is what we are provided with at the beginning of the step.
<input id="loving" type="checkbox"> Loving
The steps asks that we place label element tags to nest only the text loving.
To do this, we do not touch the input element.
However, the label opening element is entered before the text Loving.
The for attribute with its value “loving” should be withing the opening <label >text </label>
Hope this helps you!
Keep up the good progress!
after checkbox">, my code looks like this - <label for=“loving”
I cant see what i need to change
Could you please use the help that appears after three unsuccessful attempts on every step in Responsive Web Design?
By submitting the complete code and your question together, it will allow the community to offer more direct and accurate responses to guide you to the resolution of the problem.
Happy coding!
I found the solution, but it was not what I expected.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.