Hello, I’m having trouble with this question. I’ve tried so many ways and I’m not sure I’ve left something out or there is an issue with proceeding due to its own backend coding.
This is the q’n:
Step 44
You can use radio buttons for questions where you want only one answer out of multiple options.
Here is an example of a radio button with the option of cat: cat. Remember that input elements are self-closing.
Before the text input, add a radio button with the option set as:
Indoor
My go at this is:
<input type=“radio” id=“indoor” name=”cat form” value=“indoor” >
Indoor
I’ve looked at different web pages that discuss how to do a type=“radio” within input but nothing is helping. Plus it was looking online that led me to insert label tags otherwise Indoor wouldn’t show up at all next to its circle that it’s meant to.
Oh that was my typo in asking here as I couldn’t copy and paste that particular area on the screen, so I had to retype it in this help section, but I don’t have that typo in the actual test area. Nothing is working
I’m on an iPad and can’t screenshot it for some reason, and I can’t highlight that part I typed into the test area and copy and paste it, so I typed it in manually where I wrote the original post.
It should pass. The problem might be in other sections of your code, it’s hard working without your code.
But I’m still confident that the problem is the quotation marks.
Hi
I think the radio button should be right above the text input not below it.Try changing your changing code and I think it will pass.
And again I don’t think there is a placeholder attribute for a radio button.
I posted two pics, the very first time i had done this a while ago, it worked and I got to question 45.
What I did today didnt have the place holder in it, I had name and value in it but that didnt work, so I took it to be what the original first go at it that had placeholder that worked, but its not working today.
Its like the program iant actually working