I can't pass the step 43. Somebody can help me?

        <form action="https://freecatphotoapp.com/submit-cat-photo">
          <input type="radio"> cat<button>Indoor</button>
          <input type="text" name="catphotourl" placeholder="cat photo URL" required>
          <button type="submit">Submit</button>
        </form>
      </section>
    </main>
  </body>
</html>

Hi @hwapipi !

Great to know that you are still learning at the age of 60.

The instructions just ask us to have text after the radio button, there is no need of the <button> tag. Try this out:

<input type="radio"> Indoor

Make sure there is a space between the tag and the text.

Have a great day!

PS: Please add a link to the exercise in the description, edit the title to include the name of the course and move the topic to the right category #html-css . This way your post will be quickly understood.

Dear valabojubharath:
Many thanks your help,I had passed the step 43.

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