You could use the setTimeout() Function.
It will allow you to execute code (the image) after a specific timed interval. Simply use the timeout function and load an image then place the function afterwards so that it loads and hides at specific intervals which in your case is every 10 seconds.
It will allow you to execute code (the image) after a specific timed interval. Simply use the timeout function and load an image then place the function afterwards so that it loads and hides at specific intervals which in your case is every 10 seconds.