Add Images to your Website (cont..)

Hey All,

I see a lot of pictures from the responses of people trying to help, I just can not see the code. Here is where I am (picture attached), and all I need to know is how to successfully add this picture.

CODE SO FAR

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">

<style>
  .red-text {color: red;}

  h2 {font-family: Lobster, Monospace;}

  p {font-size: 16px;
    font-family: Monospace;}
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">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 class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>


<img scr="https://bit.ly/fcc-relaxing-cat"alt=fcc-relaxing-cat

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7.

Link to the challenge:
https://www.freecodecamp.org/challenges/add-images-to-your-website

I’ve edited your post for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a 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.

markdown_Forums

You didn’t include the whole image tag. You are missing closing "s and the closing >.