Ola , alguien sabe el que esta el que esta equivocado?

Mi codogio no pasa, dice que el elemento “nome” debe ser el mismo “indoor-outdoor”, pero asi lo veo yo, alguien puede iluminarme las ideas?Gracias

  **Tu código hasta el momento**


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

<a href="#"><img src="https://www.bit.ly/fcc-relaxing-cat" 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>

 <label><input type="radio" name=“indoor-outdoor">indoor</label>
 <label><input type="radio" name="indoor-outdoor">outdoor</label>

</form>
</main>
  **Información de tu navegador:**

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36

Desafío: Crea un conjunto de botones de radio

Enlaza al desafío:

It looks like smart quotes is giving you a problem. The quotes should look like this (")
The first quote in your first label looks like this (“)

When I correct that the tests pass successfully.

1 Like

Thank you ! Como si nota que soy novata. Hay que mirar el detalle. Gracias

1 Like

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