A nested object tag with different image formats for fallback.
sorry no support for any images

The code:
<object type="image/png" data="gfx/iama_png.png" id="player" width="200" height="50">
<object type="image/jpeg" data="gfx/iama_jpeg.jpg" id="player2" width="200" height="50">
<object type="image/gif" data="gfx/iama_gif.gif" id="player4" width="200" height="50">sorry no support for any images</object>
</object>
</object>
Index