Create a web page using image

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<img scr="https://www.freecatphotoapp.com/your-image.jpg" 
<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://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Hi, welcome to the forum! :slight_smile:

Within the existing main element, insert an img element before the existing p elements.

I think that’s where you having a problem. Also the url you’ll use to set the src attribute it’s the bit.ly one, not the one in the example.

Happy coding! :slight_smile:

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