Hi there Im struggling with this

Tell us what’s happening:
The instructions are the ones that are throwing me off

Your code so far


<h2>CatPhotoApp</h2>
<main> <img src = https: //bit.ly/fcc-relaxing-cat/ src = kitten image image.jpg alt = "cats are swimming">
  
  
  <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:61.0) Gecko/20100101 Firefox/61.0.

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

You should read it and look at the example one then come back for help.

The instruction says this: Your image should have a (src) attribute that points to the kitten image. However there is no phrase or word (kitten image)at the beginning of the instruction but it suddenly show up

It suddenly show up at the end or during the code testing or execution

you use your src when your using your img so img element first then src equal sign and then “” the you put your alt do same format as it then right description about it

insid your src “” put the img link

Let’s try to add an image to our website:

These where there instructions but suddenly word or phrase (kitten Image) show up
Insert an img tag, before the h2 element.

Now set the src attribute so that it points to this url:

Finally don’t forget to give your image an alt text.

wait i think your’e getting your self confused most of the time you should look at the link example and then then do whats it ask from there
ill show u a picture

Thanks Guys i figure it out i forgot to use Quotations mark

Alright
see you later ask for help if u need it cya

Check the syntax for the image tag.
The src part should be in quotes.