<!DOCTYPE html> <html> <style> param { display: none; } </style> <body> <h1>The param element</h1> <object data="horse.wav"> <param name="autoplay" value="true"> </object> </body> </html>