The <param> Tag in HTML 5

The <param> tag specifies parameters for an object when the <object> tag is used to embed content from an external resource into a web page.

Using an <object> to embed a YouTube video

The "old" embed code for YouTube uses the object element with <param/> tags, as shown below. (The "new" embed code uses the <iframe> tag instead.)