Object element Example: Insert an mp3 file

This example is part of the article Add Multimedia to your Web documents, part 2.

<object data="http://www.example.com/foo.mp3" type="audio/mpeg">
   <p>alternate text</p>
</object>