how to change default image in wordpress code example
Example 1: how to add an image in html
<img src="Add Image Source Here">
Example 2: how to change image source using javascript
document.getElementById("myImg").src = "hackanm.gif";
<img src="Add Image Source Here">
document.getElementById("myImg").src = "hackanm.gif";