Learn HTML by Building a Cat Photo App - Step 9

<img src="cat.jpg"alt=“A cute orange cat lying on its back”>

whats the correct way to write it

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Welcome to the community!
As @JeremyLT states, it is important to use the Help to submit both code and question about the code. It will make it easier to receive the correct guidance.

To answer your question:
It appears you have the correct idea on how to do it, but you need to leave the original information in the code.

I suggest resetting the step and just adding the attribute and value as you have done, after the original link. Leave a space before the attribute, so the system does not read it wrong and fail the attempt.

I hope this helps you!

Happy coding! :slight_smile:

hi i´m stock at the same code.but i dont know how to introduce the code or where i have to

thanks

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.