I’m really having trouble with this lesson. I’ve triple-checked the code (my dad and sister also checked). Unless we are really missing something, it appears that the video lesson may have an error? The weird thing is, the test website displays as it should even though it says my code is incorrect. Regardless, it’s not allowing me to advance to the next lesson.
That’s okay and understandable. I can’t tell you the answer, but I am happy to give you an explanation with a simple example.
So, imagine we have two elements - <div> and <p> and the code is looking like this:
<div>
<p>I am a nested element</p>
</div>
So, the <div> element is the nest and the <p> is the nested element, but if you can think of it like an egg (the egg that is sitting within the birds nest, get it?).
So, if you look at the code above, the <p> element is sitting inside the <div> (between the <div>'s opening and closing tag.
So, going back to this:
Each of your two radio button elements should be nested in its own label element.
So basically, ask yourself what element is the radio button and how should they be nested in its own label element?
I hope this will help you, let us know your update on this