img load error use other image code example
Example: img load error use other image
<img
src="imagenotfound.gif"
alt="Image not found"
onerror="this.onerror=null;this.src='imagefound.gif';"
/>
<img
src="imagenotfound.gif"
alt="Image not found"
onerror="this.onerror=null;this.src='imagefound.gif';"
/>