HTML <object> veri Özelliği

❮ HTML <object> etiketi

Örnek

Bir görüntüyü gömmek için <object> öğesi nasıl kullanılır:

<object data="pic_trulli.jpg" width="300" height="200"</object>

Tanım ve Kullanım

Nitelik data, nesne tarafından kullanılacak kaynağın URL'sini belirtir.


Tarayıcı Desteği

Attribute
data Yes Yes Yes Yes Yes

Sözdizimi

<object data="URL">

Özellik Değerleri

Value Description
URL Specifies the URL of the resource to be used by the object.

Possible values:

  • An absolute URL - points to data on another web site (like href="http://www.example.com/images/pic_trulli.jpg")
  • A relative URL - points to data within a web site (like href="pic_trulli.jpg")

❮ HTML <object> etiketi