Can you use IMG tag without SRC?
An image without src attribute will not produce a placeholder so no, it's not ok.
How do I show an image not found in HTML?
In such a case, the problem of image not showing in HTML page can be solved by editing the HTML <img> tag line of code. Simply edit the line such that your <img> tag reads <IMG SRC=”/Images/exampleimage. jpg”>.