I need help with my survey form

I need help with my survey form. I was on my third label and when I was done with it I saw that instead of the label being on top of the input box, it was beside it. I did this box no different than the other two.

can you please share your code and link to the challenge you want to solve?

https://codepen.io/1920/pen/VwZpqjY
This is my code for my project.

https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-survey-form
This is the web design project.

On line 16 of your html you have a typo in your closing </label> tag. Currently it is </label when it needs to be </label>.

I figured out what I did. I accidentally put the closing tag of /div in the wrong place.

1 Like