|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<EMBED></EMBED>Contains arbitrary objects |
|
|
Element introduced by Netscape to help hide some things from the browser. It can actually be used to start up sound files as in the following example: <html> <head> <title>Embedding sound file</title> </head> <body> . . ==>> <embed src="theme-sh.wav" autostart="true" volume="100" width="0" height="0"> . . </body> </html> This example downloads a sound file from the web-page server, starts it as soon as it's finished loading and plays it at the loudest volume. The height and width are set to 0 pixels so it doesn't take up any physical space on the display. HTML 3.2 FinalNot mentioned. NetscapeIntroduced as an extension some time ago, but I can't find any Netscape documentation on it. I would think this has been replaced by the applet element. But just in case you run across it in your travels here are the pieces I know:
Any other attributes would be peculiar to the program that is going to deal with the file you have referenced in the src attribute. Microsoft Internet ExplorerNot supported. InternationalizationNot supported. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |