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

HTML CSS Reference
1. CSS Attributes and Javascript Style Properties
2. HTML Attributes Reference
3. HTML Tag Reference
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
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
w__w_w___.__j___a_v___a__2__s___._c___om___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.