html foun image code example
Example 1: how to add image in html
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
Example 2: html if no image then text
<img id="currentPhoto" src="SomeImage.jpg" onerror="this.onerror=null; this.src='Default.jpg'" alt="" width="100" height="120">