Html display alternate image if not found


If original image fails to load, then it is replace by the alternate image.

<html> <body> <div class="image-area" >
<img class="image" src="image11.jpg" alt="Not Found" onerror=this.src="image12.jpg"> </div> </body> </html>

Comments

Popular posts from this blog

Multi Item Slider in Codeigniter using JQuery

Category Filter in Codeigniter

Profile Form in Codeigniter with Image upload and Validation