A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/html/html-object-data-attribute/ below:

HTML | <object> data Attribute

HTML | <object> data Attribute

Last Updated : 19 Jul, 2022

The <object> data Attribute in HTML is used to specify the URL of the Embedded file of an Object. 

Syntax: 

<object data="URL">

Attribute Values: It contains single value URL which is used to specify the source of the object. The possible value of URL are:

Example: 

html
<!DOCTYPE html> 
<html> 

<head> 
    <title>
        HTML &lt;object&gt' data Attribute
    </title> 
</head> 

<body> 
    <center>
        <h1>GeeksForGeeks</h1> 
        
        <h1>
            HTML &lt;object&gt;data Attribute
        </h1> 
        <br> 
     
        <object data= 
"https://www.geeksforgeeks.org/wp-content/uploads/Geek_logi_-low_res.png"
                width="550px" height="150px"> 
            GeeksforGeeks 
        </object> 
    </center>
</body> 

</html>                    

Output:

  

Supported Browsers: The browser supported by HTML <Object> data Attribute are listed below:



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4