Raga scusate ma come faccio ad aggiungere i pulsanti all'interno del tag form...?

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
  </form>
  <form>
  <label>
    <input type="radio"
    name="indoor-outdoor">
    Indoor
    </label>
    <label>
      <input type="radio"
      name="indoor-outdoor">
      Outdoor
      </label>
</form>
</main>

Hi @BlackShadow,

I checked your code and the syntax looks ok. The test passes on my side. If you are working on a computer/laptop, try to check if you have extensions such as Adblock or dark mode activated. Check also if the zoom of your page is at 100%. You can refresh the page and try again. Try to see if your browser needs updates. If all of this didn’t work, maybe try another browser.

If you are on mobile device, check if the browser needs updates or try another browser.

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