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

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Tag Reference » object 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.