Image to website

Tell us what’s happening:
how do my image have a src attribute that points to the kitchen image

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>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 12499.51.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.92 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

Your src attribute should point to the url that is provided in requrements

please show me an example on it will point

<main>
    <img src="urlFromRequirementsGoesHere">
</main>

You just need to paste actual url inside the src attribute. Hope it helps. :slightly_smiling_face:

1 Like

sure it helps. thanks