I need help guys if anyone can

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 src="https://bit.ly/fcc-relaxing-cat-image.jpg" alt="Relaxing cat."/>

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Hi,

I saw that your img tag is not nested by the main tag and also the link of the image element is wrong.

Good coding!

I still dont know what to do can u send me the right way.

your photo scr not true
do it as the challenge told u so

https://bit.ly/fcc-relaxing-cat

so it become
<img src="https://bit.ly/fcc-relaxing-cat" alt="Relaxing cat."/>

Sure,

It should look like this;

main
    img src="https://bit.ly/fcc-relaxing-cat"
/main

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like