Learn HTML by Building a Cat Photo App - Step 44

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

Indoor

Please heelp

Your going to have a button element with a class or type of radio wrapped around the word Indoor.

Welcome to the community @andruccozmin !

This is what we are provided with at the beginning of this step.

          <input type="text" name="catphotourl" placeholder="cat photo URL" required>

The new input button should be added, on the blank line, above the exisiting input.
The above code can provide you with guidance on how to enter the type attribute and its value “radio”

Notice how it has the type attribute with the value of “text”.
Indoor should have a space before it, I believe and is like the visible reference for a person to choose.

I hope this helps you.

Happy coding!

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