left up right
Example

Here is the previous example that displays an image called bobbin that is 349 pixels wide and 91 pixels high. The image is available in JPEG, GIF and PNG formats:

<object width="349" height="91" data="bobbin.jpg" type="image/jpg" standby="JPEG image downloading">
<object width="349" height="91" data="bobbin.png" type="image/png" standby="PNG image downloading" />
<img width="349" height="91" src="bobbin.gif" alt="bobbin photo" />
No image available
</object>