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.
Not mentioned.
Introduced 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.
Not supported.
Not supported.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:32 -0500
URL: ./htmlgd/tagembed.html