Learn HTML by Building a Cat Photo App - Step 44

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

I thought i did that already, please help.:pray:

      <input type="text" name="catphotourl" placeholder="cat photo URL" required>
      <input type="radio"> indoor
      <button type="submit">Submit</button>
     
    </form>
  </section>
</main>
```

Your mobile information:

TECNO BF6 - Android 12 - Android SDK 31

Challenge: Learn HTML by Building a Cat Photo App - Step 44

Link to the challenge:

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

Your input elements should be the other way around. Also the option Indoor should have a capital I.

I have tried that it didn’t work sir

I understand the Indoor part, please can you be more clear on the input element i don’t understand what you mean when you said “the other way round”

Just add the Indoor radio button before input and make sure " I " should be captital
before the

Mod Edit: SOLUTION REMOVED

happy coding :wink: