Need help as a first timer

Hi all I am totally new the platform and new to coding. I am trying to complete this task, however, I keep getting the following error.

Sorry, your code does not pass. Keep trying.

Your img element should have a src attribute. You have either omitted the attribute or have a typo. Make sure there is a space between the element name and the attribute name.

The below text is the example

inside the existing img element, add a src attribute with this URL:

This is my work

 <img/> src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

can anyone help point me in the right direction?

Welcome to the forum @Sutherland

I edited your post so the code correctly formats on the forum.

You placed the src attribute property and value outside the img element. Also, the attribute value is missing quote marks at the end.

Happy coding

1 Like

Hey Buddy, You tried well, But need to change a little.

See in your code you just close your element here. Like given code.

<h1></h1> Coding

This how you write your code.

Hope now you’ll improve your code.

you closed the image elemnt already. it is supposed to be

<img  src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg/>