img on error code example
Example 1: on this image error
<img src="" onerror="this.onerror=null;this.src='images/someotherimage';" />
Example 2: img onerror
<img src="invalid_link"
onerror="this.onerror=null;this.src='https://placeimg.com/200/300/animals';"
>
Example 3: oneerror javascript image
<img src="imagenotfound.gif" alt="Image not found" onerror="this.onerror=null;this.src='imagefound.gif';" />