Answers for "how to check image text in html"

0

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">
Posted by: Guest on October-13-2020

Code answers related to "how to check image text in html"

Browse Popular Code Answers by Language