Aprende HTML construyendo una aplicación de fotos de gatos - Paso 8

Tell us what’s happening:

Describe tu problema en detalle aquí.
de aqui no me deja pasar me dice; Although you have set the img element’s src to the correct URL, it is recommended to always surround the value of an attribute with quotation marks. aunque puedo ver la foto, me da error…

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

  <img src=https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

El agente de usuario es: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Aprende HTML construyendo una aplicación de fotos de gatos - Paso 8

este es el ejemplo que dan

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">

tu codigo debe tener la misma estructura, solo va a cambiar el enlace

1 Like