Can someone give me feedback with the cat photo html

Hi can someone tellme what I’m doing wrong with the cat photo
help

Please post your actual code
It’s not possible to debug your code from a picture of your screen

1 Like
<img scr="https://bitly/fcc-relaxing-cat" alt="Relaxing 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 code is not visible.copy and paste the actual code brother.

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

well, that is not how you spell the attribute, plus your url is not the provided one - you could copy and paste the one provided to you to avoid typing the address wrong

the <P> tag is not closed. corect it as <p></p>

<img scr="https://bitly/fcc-relaxing-cat" alt="Relaxing 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>

please insert a correct url of the picture

please don’t make me format the code for you a third time…

1 Like

Reading through this thread I just wanted to point out that you need to be very precise with web development. Spend some extra time and make sure all your i’s are dotted and t’s are crossed so to say.

A lot of this could be avoided if you tried to solve the problem yourself in my opinion.

check the spelling of the things here
if you have an url to use the easiest way is to copy and paste it
plus, are you sure that is the name of the attribute?

yes! Thanks for your support