Learn HTML by Building a Cat Photo App - step 44

The auto grader is saying the code is wrong

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

my code so far is :
Indoor
<input type= text" name=“catphotourl” placeholder=“cat photo URL” required>

it says :
Your new input element should be above the existing input with type attribute set to text. You have them in the wrong order.


We will need to see all of your HTML in order to help you. Otherwise, how will we know if your new input element is in the right spot :slightly_smiling_face:

Please paste your HTML in here using the following method so that we can see it properly.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.

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