Add Images to Your Website - whats missing?

**Tell us what’s happening: I cannot progress to next lesson…what is missing here?

Your code so far


<img src="https://bit.ly/fcc-relaxing-cat" alt="Cat lying upside down">
<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/64.0.3282.140 Safari/537.36 Edge/17.17134.

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

You code is correct dear,

I suggest you just reset the lesson, and try it again.

1 Like

i suggest , at last you forget to put

I have try and edge it really failing(SCRIPT5007: SCRIPT5007: Unable to get property ‘next’ of undefined or null reference) and in Mozilla, Chrome both goes without problem.
more here

I don’t think IE 10 supports acessing elements with the myform.freq.value syntax anymore.

The standard way of accessing Elements (this is supported in all browsers including IE) is with the document.getElementById function
javascript - SCRIPT5007: Unable to get property 'value' of undefined or null reference - Stack Overflow