I have an issue with my code for the photo .Please assist

<img src=“https://bit.ly/fcc-relaxing-cat” alt=“A-relaxing-cat.”>

Please, could you give more details? Some context? I don’t know what you have to do, what you’ve done, how do you know there is a problem, etc. How can anyone, but a psychic, help without more info?

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

I have no idea what challenge you are working on, because you did not say, but the problem could be that you are not using straight single or straight double quotes to surround the src attribute’s value and the alt attribute’s value. You are using curly double quotes, which are not valid syntax.