hi everyone do you think I'm wrong with this code. Where can you help me?

Tell us what’s happening:

  **Your code so far**

           <h2>CatPhotoApp</h2>
<main>


<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>

<img scr=''https://bit.ly/fcc-kitty7your-image.jpg'' alt=''kitty cat.''/>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Could it be, that you are using two single quotes (-> 2x ’ ) instead of either one single quote (-> ‘https…’) or double quotes (-> “https…”)?

Other then that, you use “scr” instead of “src” and at the end you have to use the exact link the task has given you :slight_smile:

3 Likes

YES SUPER! ITS GOOD
But your structure is not very good please fix it and i mean your code structure. YOU may be new to coding. If you really want to be a developer you have to write good code structure

1 Like

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