HTML <object> data Attribute
Example
<object data="img-boy.jpg" width="300" height="150"></object>
Meaning
The data attribute specifies a URL for data required by an object.
Standard Syntax
<object data="URL">...</object>
Advertisement
Attribute Values
| Value | Description |
|---|---|
| URL | Value can be
|