HTML <object> data Atribut

❮ HTML tag <object>

Příklad

Jak použít prvek <object> k vložení obrázku:

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

Definice a použití

Atribut dataurčuje adresu URL zdroje, který má objekt použít.


Podpora prohlížeče

Attribute
data Yes Yes Yes Yes Yes

Syntax

<object data="URL">

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

❮ HTML tag <object>