Help Add Images to Your Website

Tell us what’s happening:
im stuck. im new to coding. i just started tonight and i really want to learn. i passed the html steps but im stuck on html5

Your code so far


<img <src https://bit.ly/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 browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website

Look at the example given in the challenge again.

<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">

Match that against what you have and see if you can spot the issues.

<img <src https://bit.ly/fcc-relaxing-cat <alt relaxing cat
1 Like

i somehow figured it out after i made this post. i definitely didn’t comprehend what i did though i can tell you that. now im stuck on the next step. this is getting confusing really quick! lol

It can be pretty overwhelming when just starting out. It will get better with time, just keep at it. You can always get help here in the forum when you need it.

1 Like

my head hurts lol. thx