Olá, eu estou presa nessa tarefa, que é sua imagem deve ter um scr atributo que aponte para a imagem do gatinho, plz help me :'(

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

   **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img scr="https://cdn.freecodcamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Cut-cat-smilin. "/>


<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
 <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
   **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-P615) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website :smiling_face_with_tear:

Hello!

Inside the just make a new image element and paste the link like this:
Mod Edit : SOLUTION REDACTED

inside the alt attribute, you can put any text or sentence you want.
Hope this helps! :relaxed:

1 Like

@tamys0412 you wrote scr instead of src.
Also, delete the last / from <img src="...".../>

2 Likes

Olá, @tamys0412 ! Bem-vinda ao freeCodeCamp! Movi o post para a seção do português em função do título. Espero que não se importe.
O @stefan2007octavian coloca uma questão importante. O atributo é src, abreviação para “SouRCe”, ou origem da imagem. Tenta apenas inverter “scr” por "src " e verifica se teve resultado. Qualquer coisa, estamos aqui. :smiley: Feliz programação!

1 Like

Olá, obrigada! Eu consegui passar. :grinning:

Olá, obrigada pela dica, eu consegui passar :slight_smile:

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