I'm learning HTML under freecodecamp but i am stuck on step 43

Step 43

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: <input type="radio"> cat. Remember that input elements are self-closing.

Before the text input, add a radio button with the option set as:

Indoor

I have tried a number of options but my code does not pass (see below one of the attempts) any help?

Indoor

click on </> button in the editor and paste your all code between backtics

Just create new intput tag above the existing code you got there. Set the Type to radio, then add “> Indoor”.

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