Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Forms Choosing Options Radio Buttons

kabir k
PLUS
kabir k
Courses Plus Student 18,036 Points

Why doesn't the <br> element show in the Code Challenge?

While I was working on the last task of the Radio Buttons Code Challenge, the line break tag, <br> did not show at the end of the code line. So, I had to copy that section of my code and paste it somewhere else to see and complete adding the required <br> at the radio buttons code lines. And I tried to repaste the code back, it messed up my code for that task and I had to do previous section all over again.

My question is why doesn't the <br> show at the end of the code line in the Code Challenge?

Michal Broniewicz
Michal Broniewicz
6,681 Points

You mean why doesnt <br> tags work? You checked if you are putting them after label tag? Maybe you tried putting them after input tag instead

kabir k
kabir k
Courses Plus Student 18,036 Points

No, I added the <br> tag at the end of the code line but I couldn't see what I was typing as the Code Challenge window seems too small or doesn't extend to show the entire line of code

Michal Broniewicz
Michal Broniewicz
6,681 Points

Ohh i see now. Are you sure there is no scrolling bar on the bottom? I tried and when line is too long bar appears.

kabir k
kabir k
Courses Plus Student 18,036 Points

Well, maybe I missed it. I'll look out for the scroll bar at the bottom next time. Thanks.