I’ve been trying to get to the solution for this the whole day now but it seems like I can’t find the problem.
No matter what I try I can’t complete step #13 in the Survey Form Challenge.
It seems like I do something wrong with the Radio Buttons.
This is my code:
Tragically, I am about as good with HTML/CSS as I am with ancient Greek. I asked for the link because the folks on the forum who actually know HTML/CSS always ask for the codepen to help them understand what’s going on.
hii
i saw your code ,
if you remove all of yours div tags in code then your issue will be resolved.
and as of my knowledge i think here these divs are causing issue because div tags are used to create division and section , but here in this case radio boxes are also part of form …
hope it will help you…
Omg. Thank you so much!!! I knew it was outside of the radio button code. Why are the div tags causing problems tho ? Just because I put the element in div sections the code is still fine or no ?
as of my knowledge…
if you want to use div then u have to put your forms and all the related elements in same div (direct child of that div)
but previously form and radio buttons were in different div and that was causing issue