The radio inputs not breaking to next line following a Dropdown

I was trying to complete the survey for the fcc curriculum. I put the input elements into div then styled them with css. it was working fine until the drop-box. I used the select tag–and then the next input which is the radio buttons didn’t break line like the others beforehand. I removed the div wrapping the drop-down, and the ones wrapping the radio. I then added text to maybe check if it was my css being broken; I tried searching in the internet but I can’t find any answers.

**

**

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

Hi, seems like you’ve forgotten to close the select tag with </select>.

damn, i feel stupid now. Thanks, btw.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.