I am supposed to have the radio buttons stacked on top of each other but since are inline elements the are side by side. I dont know how to move the buttons

    <label><input id="indoor" type="radio"> Indoor</label>  
   <label><input id="outdoor" type="radio"> outdoor</label>
    <input type="text" name="catphotourl" placeholder="cat photo URL" required>
    <button type="submit">Submit</button>
  </form>
</section>





  **Your browser information:**

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

Challenge: Step 46

Link to the challenge:

The new radio button should be placed after the first one.

They don’t need to be on top of each other, just one after the other

could you show me, because I am truly not understanding

What are you not understanding? what issue are you having with your code?

In your title you talk about putting radio buttons on top of each other, but I guess that’s not everything, so please explain more what’s going on here

It’s ok just take it slowly and think about what you’re asking the dumb computer to do.

I would just straighten out your indents, read through the code character by character, and don’t feel like you’re wasting time like this when everyone else is flying ahead (a) you’re not, even senior devs check funky code line by line, it’s not you, programming is super precise (b) they’re not, everyone goes at their own pace and we’re all very likely to get there at the right time anyway (c) this is the essence of learning, you CAN go from not understanding to a new world where you really do understand!

Have a breath, a cup of tea or coffee, be a little bit easier on yourself and proud that you have the guts to look like a fool in front of everyone (You don’t at all, really, we all struggle at things, lots and lots of things)

Good for you!

Also check the help tab and the hints as well

Thank you Sean, I really needed that mental check. I ended up getting it but I’m not actually sure what the difference was. I guess I needed a space between the parentheses and type in the first line and I lined up the first with each other

Indoor
Outdoor

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

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