Specifies alternative content to display if a client browser does not embedded objects.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | no | 2.0-4.7 | no | no | no |
---|
Example
This example defines center-aligned embedded object that plays the "myMovie.mov" file and its accompanying alternative content:
<embed src="myMovie.mov" align="center" height="350" width="350">
<noembed> Please download the appropriate multimedia player.</noembed>
</embed>
Remarks
Although the <embed></embed> tag is supported by most browsers, it is not W3C-compliant. Use <object></object> to be W3C-compliant.
Attribute Detail
Attribute | IE | Netscape | Mozilla | Opera | Safari |
---|---|---|---|---|---|
CSS class assigned to the element. | 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Unique identifier for the element. | 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Inline style for the element. | 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Short text description for the element. | 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |