It seems like a simple problem. but I don’t know the answer.
I developed a website, and want to show the image, but the image doesn’t show? It only shows the alt text
Here is the url for the website.
Please notice in sidebar on the left, in the bottom of information center. There should be an image icon of facebook and twitter, but my browser doesn’t show the image.
And this is the HTML tag
<a href="http://facebook.com/gusde.cool" target="blank">
<img scr="/assets/images/icon-facebook.png" alt="facebook" />
</a>
What is the problem?
My Computer Spec:
Browser: Firefox 5.x
OS: Win 7
GusDe
You’ve misspelled the source in your image tag.
Your source code is currently showing this: “img scr”
It’s src, not scr.
Cheers,
Ray