I have an iframe on a basic HTML page.
When the page loads, the iframe contains no src and I would like it to show just black. (Later when users click on links they will load in the iframe)
What’s the best way to do make the iframe show as black on loadup?
Have you tried to just set the background of the iframe to black? As shown below:
Working Example