You can add images to your website by using the img element, and point to a specific image's URL using the src attribute. An example of this would be: <img sr

The others have pointed out the issues with your code.

When you are working on these challenges, it is really important to pay very close attention to details.

Always make sure you are using the exact url from the directions or else the test will always fail.

Also it should be src not scr.

Give it try and if you still have issues, then please post your new code and we can help you from there. :grinning:

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 it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).