Search code examples
htmlimagehref

HTML image won't show but href works


The following tag shows a white box (broken image), but if I click on it the browser loads the image and displays it.

<a href="/nicks/pic.png"><img height="24" width="24" scr="/nicks/pic.png"/> </a>

I have tried permission and so forth, and moved the directory.


Solution

  • The correct attribute name is src. Don't use scr. Use src.