HTML | <object> data Attribute
Last Updated :
19 Jul, 2022
Improve
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:
- absolute URL: It points to another website.
- relative URL: It points to a file within a website.
Example:
<!DOCTYPE html>
<html>
<head>
<title>
HTML <object>' data Attribute
</title>
</head>
<body>
<center>
<h1>GeeksForGeeks</h1>
<h1>
HTML <object>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:
- Google Chrome
- Edge 12
- Internet Explorer
- Firefox 1
- Opera
- Safari