Answers for "img load error use other image"

1

img load error use other image

<img 
     src="imagenotfound.gif"
     alt="Image not found"
     onerror="this.onerror=null;this.src='imagefound.gif';" 
/>
Posted by: Guest on March-16-2021

Browse Popular Code Answers by Language