Html challenge №9 doesnt work

Tell us what’s happening:
HTML challenge №9 add image with src attribute
i did this but it like in video but it doesnt count

Your code so far


<img src="link (cant post links yet)" alt="little cat">
<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.59.

Link to the challenge:

Your format looks correct Maybe the link you’re adding is wrong?

Which tests are not passing?

no i just copy link. image is ok i see it. but it says i didnt add src

I just went to the challenge and it works just fine. Just use the img link they provide.

i did, it doesnt work

post your code with the link

may be i should switch browser? with microsoft edge browser it was impossible to finish first test even. buttom was not working
<img src="https://bit.ly//fcc-relaxing-cat" alt="little cat"/>

Make sure to wrap your code with the preformatted text tag or else it won’t show :slight_smile:

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 easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

1 Like

What browser are you using and what version is it?

1 Like

it says i cant post links yet
i use Opera

your link isn’t correct there’s an extra /

The tests won’t pass unless the link is exact. Be wary of this in the future!

i did without / anyway didnt worked

Screenshot%20(22)

ah thank you you genius it worked

1 Like

Happy coding my friend