Hi,
Hope things are going well for you?
I’ve been locked in a coding loop since…well, not exactly sure! :smirk:
I think the following is a link to Step 56
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-56#:~:text=%3C/label%3E-,Step%2056,-There%27s%20another%20way
The following is my code.
Here is what I believe to be true:
I have added a label
element with an opening and closing tag directly beside checkbox
.
There are spaces between attributes.
My label
element has a for
attribute.
My for
attribute and my input
have the same value loving
Is it true that the HTML hierarchy looks like a tree?
So, does one start at the roots and add branches? Is there a particular order for subsequent attributes? Is `checkbox’ my root element?
Is there an HTML dictionary that also displays hierarchy?
@ your convenience and much appreciated.
I.