Hey guys, I’m a bit lost here and would really appreciate a review.
Step 51
Next, you are going to add some new form input
elements, so add another fieldset
element directly below the current fieldset
element.
I add the new fieldset element on a different line but it says it should be above the text field and its associated <label>
element but I’m a bit confused since the only way for it to be above the text field is if it’s included within the previous fieldset
element? but it does not work like that. I’m not really sure what I’m missing out in this step.