Images and Objects

object

Use this tag to embed multimedia objects such as a Flash or Quicktime movie. This tag is often used with the parameter(param) to specify the parameters of the object. Text within the object tags will be displayed if the object cannot be loaded.

Syntax

<object attributes> ... </object>

Example

 <object>
<param name=”movie” value=”mumovie.mov” />
</object>

Related tags

CSS Properties

HTML attributes

Search the Soup!