|
Object
<OBJECT> </OBJECT> This, the OBJECT command, is the replacement command for IMG, ISMAP, APPLET, SCRIPT, and the many other "objects" that can be placed inside of a page. It will be used to place any kind of an object on a page, and, judging from the files extension, the browser will decide what it should do. Example:
<OBJECT DATA="bigRedImage.gif" type="image/gif"></OBJECT> Then, if these file was uploaded, the browser would display it:
|