What is wrong here how do i get over this page?

Tell us what’s happening:

<h2>CatPhotoApp</h2>

<main>

**<img src="http://bit.ly/fcc-relaxing-cat" alt="Relaxing cat" >**

  <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 code so far


<h2>CatPhotoApp</h2>
<main>
<img src="http://bit.ly/fcc-relaxing-cat" alt="ffc-Relaxing-cat"/>

<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 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0.

Challenge: Add Images to Your Website

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

The more information you give us, the more likely we are to be able to help.

how can i add an alt to my src image.
my code is

<img src=       "http://bit.ly/fcc-relaxing-cat"       alt="Relaxing-cat"/>

add your code between those characters ``` ,
like that : ``` your code here ```

Remove two * you placed before image tag, your code works fine.

which code please.
please type the code.
thanks.

please type the correct code here for me to see.

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 (’).

You need to use the correct URL http is not the same as https.

1 Like

thanks, all done.
i am grateful.

1 Like