'object' Syntax and Note : object « HTML Tag Reference « HTML CSS Reference






'object' Syntax and Note

Note:

This element inserts an object to the page. 
It can be used for an alternate to the <img> element.
It provides an effective way to deal with new media while maintaining 
backward compatibility.
 
This element also controls the data and code in the created object.

The text between the element's opening and closing tags is displayed if 
the object cannot be loaded.
    
Syntax:
    
<object attributes events> . . . </object>
    

      
      








Related examples in the same category

1.'object' HTML Attributes
2.'object' Event Handlers
3.'object' CSS Attributes and JavaScript Style Properties
4.'object' Example
5.'object' Microsoft Behaviors
6.'object' Microsoft Filters
7.'object' JavaScript Properties
8.'object' JavaScript Methods
9.'object' JavaScript Collections
10.'object' JavaScript Objects