error in write can you help me in this html code:
<img src=“image.png” alt=“image”
Hey @RihaBchrifa, welcome to the community!
If that is the actual entire <img>
tag, then the problem is that you didn’t close it with a >
.
If you didn’t copy and paste the whole tag, check if the path to the image is correct.
If this helped you, please mark this answer as the solution so that we can close this topic off, Thanks!
5 Likes
Hello @RihaBchrifa!
It looks like you need to add a closing tag, like this.
<img src=“image.png” alt=“image”>
If you need more help, reply to this message.
I just want to say, that is not in fact a closing tag. That would be </img>
, which images don’t need. What they actually need to fix @savardo already said.
3 Likes
This topic was automatically closed after 8 days. New replies are no longer allowed.