<!DOCTYPE html> <html> <body> <h1>The param element</h1> <object data="horse.wav"> <param name="autoplay" value="true"> </object> </body> </html>