Atribut data <objek> HTML

tag <objek> HTML

Contoh

Cara menggunakan elemen <object> untuk menyematkan gambar:

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

Definisi dan Penggunaan

Atribut datamenentukan URL sumber daya yang akan digunakan oleh objek.


Dukungan Peramban

Attribute
data Yes Yes Yes Yes Yes

Sintaksis

<object data="URL">

Nilai Atribut

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")

tag <objek> HTML